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