Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Readme: Update venv documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Jul 6, 2020
1 parent fda1f6a commit 521335e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -72,14 +72,14 @@ Install virtualenv
$ python3 -m pip install --user virtualenv
```

Create the virtual environment in the zygrader source directory
Create the virtual environment
```
$ python3 -m venv env
$ python3 -m venv ~/.virtualenvs/zygrader
```

Enter the virtual environment
```
$ source env/bin/activate
$ source ~/.virtualenvs/zygrader/bin/activate
```

You must first install zygrader in _develop mode_ before running from source. Run the following from the zygrader repository.
Expand Down

0 comments on commit 521335e

Please sign in to comment.