You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new folder on your machine where you want to put this repository if you don't already have one you want to use.
Copy the Clone or Download path for this repository from GitHub.
In VSCode from the command pallette (Ctrl-Shift-P) run Git: Clone
Paste the path into the path field which pops up
Select your new folder you created on your machine
A new folder for the repository with the repository files should be in the folder you selected showing in the Explorer window in VSCode on the left side.
Edit your README.md file
In an editor of your choice (i.e. VSCode) edit this README.md file to add the answers requested in the tables.
This can also be done directly in VSCode
Create a new folder on your machine where you want to put this repository if you don't already have one you want to use.
Copy the Clone or Download path for this repository from GitHub.
In VSCode from the command pallette (Ctrl-Shift-P) run Git: Clone
Paste the path into the path field which pops up
Select your new folder you created on your machine
A new folder for the repository with the repository files should be in the folder you selected showing in the Explorer window in VSCode on the left side.
Check version
Open an Anaconda Prompt.
Check your python version by running the code python --version
Enter the result in the table below.
Open a regular Command Prompt.
Check your python version by running the code python --version
Enter the result in the table below.
Command
Result
python --version in Anaconda Prompt
(Python 3.8.5)
python --version in regular Command Prompt
(Python 3.8.3)
If you didn't get a result in the regular command prompt, it means Python didn't get added to your path variable.
It's not strictly necessary. It just means you should run Python from the CLI using Anaconda Prompt instead of a regular command prompt. Or you need to add the path to Python to your path variable.