Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 573 Bytes

DEV_INSTRUCTIONS.md

File metadata and controls

7 lines (6 loc) · 573 Bytes
  1. right click on project root folder > select open in terminal
  2. python -m venv .venv to setup python virtual environment for this project. TIP: copy from here and right click in terminal to paste-and-execute.
  3. Dialog should come up asking you want this env as interpreter for project: answer yes.
  4. If no to (3) on blue ribbon at bottom of VSCODE, on left click on interpreter, chose the venv one you just created.
  5. Might get some bits and both e.g. 'install pylint' etc. click install for them.
  6. pip install -r requirements.txt to install packages