1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Issue#965 - added venv instructions to CONTRIBUTING.md (#976)

* Issue#965 - added venv instructions to CONTRIBUTING.md

* Added link to official docs for venv [issue965]
This commit is contained in:
Shawn McGraw 2019-10-22 18:30:55 -04:00 committed by Vladimir Iakovlev
parent 80cfd6991d
commit 70b414aca2

View File

@ -26,6 +26,8 @@ fixes, etc.
# Developing
[Create and activate a Python 3 virtual environment.](https://docs.python.org/3/tutorial/venv.html)
Install `The Fuck` for development:
```bash