Skip to content

Commit 424a6bb

Browse files
Use --user to install pyevmasm from source
1 parent 0ff9d29 commit 424a6bb

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)