Skip to content

Commit 7945fc9

Browse files
authored
1 parent e9bb658 commit 7945fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/2017/assignment3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you decide to work locally, we recommend using [virtual environment](http://d
6363
```bash
6464
cd assignment2
6565
sudo pip install virtualenv # This may already be installed
66-
python3 -m venv .env # Create a virtual environment (python3)
66+
virtualenv -p python3 .env # Create a virtual environment (python3)
6767
source .env/bin/activate # Activate the virtual environment
6868
pip install -r requirements.txt # Install dependencies
6969
# Note that this does NOT install TensorFlow or PyTorch,

0 commit comments

Comments
 (0)