mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
rm -rf ./env
|
|
virtualenv -q --distribute env
|
|
. ./env/bin/activate
|
|
pip install -q -r requirements.txt
|