Skip to content

Commit 117a110

Browse files
Merge pull request #20 from trailofbits/fix-setup-install-user
Use --user to install pyevmasm from source
2 parents 0ff9d29 + 424a6bb commit 117a110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Or, install the library from source:
7777
```
7878
git clone https://github.com/trailofbits/pyevmasm
7979
cd pyevmasm
80-
python setup.py install
80+
python setup.py install --user
8181
```
8282

8383
## Documentation

0 commit comments

Comments
 (0)