mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
virtualenv -q --distribute env
|
|
. ./env/bin/activate
|
|
pip install -q -r requirements.txt
|