Skip to content

Instantly share code, notes, and snippets.

@jamessmithies
Last active March 13, 2024 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamessmithies/83fb8a6091f2760c4e7c217fa40a69e6 to your computer and use it in GitHub Desktop.
Save jamessmithies/83fb8a6091f2760c4e7c217fa40a69e6 to your computer and use it in GitHub Desktop.
hand-rolled
- In the terminal, create ('python3 -m venv .venv') and activate ('source .venv/bin/activate') the virtual environment, then 'pip3 install -r requirements.txt'
- Make sure the correct Python venv is selected in the notebook.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment