Skip to content

Commit

Permalink
Use venv in install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Apr 2, 2018
1 parent d3f9312 commit a9599d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies and should be automatically installed.
### Installation steps

1. Create a virtualenv in a project folder:
`virtualenv -p <python 3.5+ exec path> <virtualenv folder>`
`python3 -m venv <virtualenv folder>`
1. Activate the virtualenv: `source <path_to_virtualenv>/bin/activate`
1. Clone this repo: `git clone https://github.com/scossu/lakesuperior.git`
1. `cd` into repo folder
Expand Down

0 comments on commit a9599d4

Please sign in to comment.