From 424a6bb6193d88355c4d9d91f863b60d8e27e8a5 Mon Sep 17 00:00:00 2001 From: ggrieco-tob <31542053+ggrieco-tob@users.noreply.github.com> Date: Mon, 1 Oct 2018 13:36:51 -0400 Subject: [PATCH] Use --user to install pyevmasm from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f46f2..9729e3e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Or, install the library from source: ``` git clone https://github.com/trailofbits/pyevmasm cd pyevmasm -python setup.py install +python setup.py install --user ``` ## Documentation