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