Skip to content

Commit 946de66

Browse files
authored
docs(readme): fix links to virtualenv docs
1 parent a230913 commit 946de66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Or via your package manager. For example, on Debian Jessie:
7676
apt-get install python3 python3-dev python3-venv
7777
```
7878

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).
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].
8080
Running `python --version` to verify the correct version is recommend.
8181

82-
Follow the linked documentation to learn about [virtualenv](virtualenv) 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.
8383

8484
## Testing Your Code
8585

0 commit comments

Comments
 (0)