Skip to content

Commit f1befb0

Browse files
authored
README fix
Fixed virtualenv instructions
1 parent b675df1 commit f1befb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ To set up your Python virtual environment:
8080
```sh
8181
# Set up virtual environment within a folder '.virtualenv' (add `-p python3` to force python 3)
8282
virtualenv .virtualenv
83-
84-
# Install dependencies
85-
pip install -e .
8683
```
8784

8885
You can then activate this environment within a particular shell with:

0 commit comments

Comments
 (0)