mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
rm -rf ./env
|
|
virtualenv --distribute --no-site-packages env
|
|
. ./env/bin/activate
|
|
pip install -r requirements.txt
|