Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Chin authored Nov 8, 2023
1 parent 2ea381f commit b3ae0a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ These will also run in a github workflow on each platform.
## Developer Environment

```bash
pip3 install virtualenvwrapper
source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv --python=`which python3` solc-select-dev
git clone https://github.com/crytic/solc-select.git
cd solc-select
python setup.py develop
cd solc-select
python3 -m venv env && source ./env/bin/activate
python3 -m pip install -e .
```

Start a shell using the solc-select virutal environment by running:
Expand Down

0 comments on commit b3ae0a2

Please sign in to comment.