2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add documentation for creating a virtual environment

This commit is contained in:
Oliver Walters
2019-12-05 22:56:20 +11:00
parent bd2a2b5b26
commit f648433e53
2 changed files with 23 additions and 1 deletions

4
.gitignore vendored
View File

@ -9,6 +9,10 @@ env/
./build/
develop-eggs/
dist/
bin/
lib64
pyvenv.cfg
share/
downloads/
eggs/
.eggs/