Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These instructions will help you set up a working copy of Veracross Graph on you
Enter your vcgraph directory and create & activate your Python virtual environment
```
$ cd path/to/vcgraph
$ python -m venv vcgraphenv
$ python3 -m venv vcgraphenv
$ source vcgraphenv/bin/activate
```
Once the virtual environment has been created, install the necessary packages
Expand Down