The instructions prepared by Digital Ocean have worked on 2024-10-03.
Download Python installer
If you have a (second) admin userID, click on Disable path length limit
:
Add Python
to the list of Environmental variable
; here are some screenshots:
To illustrate, clone from a repo containing Python code (previously prepared by your peers)
C:
drive (network drives U and O appear to be slower)cd C:\Users\user.name\DSI\
git clone -b pt2 https://github.com/BCCDC-DSI/RADD.git
part2_version2
cd C:\Users\user.name\DSI\RADD\workflows\part2_version2\
python -m venv radd-p2
radd-p2\Scripts\activate
requirementsWindows.txt
pip install -r requirementsWindows.txt
python create_dataset.py
Go to Command Palette
Search by typing "Create":
Select the kernel
ipykernel
python -m ipykernel install --user --name=radd-p2 --display-name "Py312"