File size: 111 Bytes
91fb4ef | 1 2 3 4 5 6 7 | #!/usr/bin/env bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt |
91fb4ef | 1 2 3 4 5 6 7 | #!/usr/bin/env bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt |