Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 301 Bytes

Setup.md

File metadata and controls

15 lines (9 loc) · 301 Bytes

To get started, run

  • cd
  • rm -r ./python3.10
  • python3.10 -m venv ./python3.10
  • source ./python3.10/bin/activate
  • pip install --upgrade pip &&
    pip install -r requirements.txt

Before using the system in a new shell, always start with

  • source ./python3.10/bin/activate