Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbricks authored and Allie Crevier committed Oct 27, 2020
1 parent 1a9e4e3 commit f1e92e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,9 @@ securedrop-client
brew install pyenv
# follow step 3 onwards of https://github.com/pyenv/pyenv#basic-github-checkout
# install and select the latest version of python 3.7.x
pyenv install 3.7
pyenv install 3.7.x
pyenv local 3.7.x
brew install pip
pip install virtualenv
virtualenv --python=python3.7 .venv
source .venv/bin/activate
Expand Down

0 comments on commit f1e92e1

Please sign in to comment.