We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b675df1 commit f1befb0Copy full SHA for f1befb0
README.md
@@ -80,9 +80,6 @@ To set up your Python virtual environment:
80
```sh
81
# Set up virtual environment within a folder '.virtualenv' (add `-p python3` to force python 3)
82
virtualenv .virtualenv
83
-
84
-# Install dependencies
85
-pip install -e .
86
```
87
88
You can then activate this environment within a particular shell with:
0 commit comments