90 B
90 B
mkdir venv
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdir venv
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt