You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,10 @@ Or via your package manager. For example, on Debian Jessie:
76
76
apt-get install python3 python3-dev python3-venv
77
77
```
78
78
79
-
With the correct Python in place the quickest way to get up and running is to run `make setup-venv` which will install the Python specific dependencies via [PIP](https://pip.pypa.io/en/stable/) inside an isolated (virtualenv)[https://docs.python.org/3/library/venv.html].
79
+
With the correct Python in place the quickest way to get up and running is to run `make setup-venv` which will install the Python specific dependencies via [PIP](https://pip.pypa.io/en/stable/) inside an isolated [virtualenv](virtualenv).
80
80
Running `python --version` to verify the correct version is recommend.
81
81
82
-
Follow the linked documentation to learn about (virtualenv)[https://docs.python.org/3/library/venv.html] and how to `activate` and `deactivate` the environment.
82
+
Follow the linked documentation to learn about [virtualenv](virtualenv) and how to `activate` and `deactivate` the environment.
83
83
84
84
## Testing Your Code
85
85
@@ -122,3 +122,4 @@ Unless required by applicable law or agreed to in writing, software distributed
0 commit comments