From d6e8dce1f7a2d183f0a14b59ce5e7c082d3a3fe0 Mon Sep 17 00:00:00 2001 From: Mattijs Ugen <144798+akaIDIOT@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:57:24 +0200 Subject: [PATCH] Update README to mention installing both Python and Jupyter --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec17583..5faf9d9 100644 --- a/README.md +++ b/README.md @@ -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`