Skip to content

Commit

Permalink
Switch to suggesting the users install from PyPI (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 2, 2018
1 parent aad4a61 commit d63b1c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ Alternatively, natively install Etheno in a few shell commands:
# Install system dependencies
sudo apt-get update && sudo apt-get install python3 python3-pip -y
# Clone and install Etheno
git clone https://github.com/trailofbits/etheno.git
cd etheno
pip3 install .
# Install Etheno
pip3 install --user etheno
# Use the Etheno CLI
cd /path/to/a/truffle/project
Expand Down

0 comments on commit d63b1c1

Please sign in to comment.