mirror of
https://github.com/jlengrand/checkoutCreate.git
synced 2026-03-10 08:11:18 +00:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
python3 -m venv venv --clear --upgrade-deps
|
|
. venv/bin/activate
|
|
pip install -r requirements.txt |