jukebox-software/venv-setup.sh

7 lines
128 B
Bash
Executable File

#!/bin/sh
# change this to #!/bin/bash for windows
python3 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip