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