Skip to content

Commit c9fc062

Browse files
authored
Merge pull request #1112 from ultimateboy/virtualenv-links
docs(readme): fix links to virtualenv docs
2 parents 56118da + 1759f93 commit c9fc062

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
@@ -79,10 +79,10 @@ Or via your package manager. For example, on Debian Jessie:
7979
apt-get install python3 python3-dev python3-venv
8080
```
8181

82-
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].
82+
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].
8383
Running `python --version` to verify the correct version is recommend.
8484

85-
Follow the linked documentation to learn about (virtualenv)[https://docs.python.org/3/library/venv.html] and how to `activate` and `deactivate` the environment.
85+
Follow the linked documentation to learn about [virtualenv][virtualenv] and how to `activate` and `deactivate` the environment.
8686

8787
## Testing Your Code
8888

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

0 commit comments

Comments
 (0)