Skip to content

Instantly share code, notes, and snippets.

@romanvolodin
Last active September 2, 2021 11:40
Show Gist options
  • Save romanvolodin/dbba7c23dd71c189c6b0eb47d63e8ad4 to your computer and use it in GitHub Desktop.
Save romanvolodin/dbba7c23dd71c189c6b0eb47d63e8ad4 to your computer and use it in GitHub Desktop.
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment