mirror of
https://github.com/pinry/pinry.git
synced 2026-06-15 21:30:17 +02:00
Swap over to suggesting the use of .venv instead of the home dir for virtualenv
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@
|
||||
/*.egg-info/
|
||||
/pip-log.txt
|
||||
/venv/
|
||||
/.venv/
|
||||
|
||||
# Buildout
|
||||
/eggs/
|
||||
|
||||
@@ -36,9 +36,10 @@ recommend using our tags/versions though.
|
||||
|
||||
To run Pinry's tests inside the Pinry repo run::
|
||||
|
||||
virtualenv .
|
||||
bin/pip install -r requirements.txt
|
||||
bin/python manage.py test
|
||||
virtualenv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python manage.py test
|
||||
|
||||
|
||||
Production Deployment
|
||||
|
||||
Reference in New Issue
Block a user