Update README to mention installing both Python and Jupyter

This commit is contained in:
Mattijs Ugen
2023-07-08 17:57:24 +02:00
parent 4fbc486a0a
commit d6e8dce1f7

View File

@@ -5,7 +5,9 @@
## Run script
* Open folder containing scripts
* Confirm that you trust the author so the scripts can be run
* Install Python extension if Code asks
* Install Visual Studio Code extensions:
* Python
* Jupyter
* Create virtual environment (Ctrl+Shift+P Python: Create Environment)
* Open terminal to install dependencies (Ctrl+Shift+P Terminal: Create New Terminal)
* Windows: if an error regarding about Execution Policies occurs, change default terminal to Command Prompt instead of PowerShell: File -> Preferences -> Settings -> Features -> Terminal -> Integrated -> Default Profile: Windows -> Select `Command Prompt`