Skip to content

Commit a230913

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 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)[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).
8080
Running `python --version` to verify the correct version is recommend.
8181

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.
8383

8484
## Testing Your Code
8585

@@ -122,3 +122,4 @@ Unless required by applicable law or agreed to in writing, software distributed
122122
[issues]: https://github.com/deis/controller/issues
123123
[prs]: https://github.com/deis/controller/pulls
124124
[workflow]: https://github.com/deis/workflow
125+
[virtualenv]: https://docs.python.org/3/library/venv.html

0 commit comments

Comments
 (0)