- Install Python https://www.python.org/downloads/
- Install VSCode https://code.visualstudio.com/Download
- Open VSCode.
- Install the "Python" extension by Microsoft.
- Install the "Jupyter" extension by Microsoft.
- Open the
libraryCreatorScript.ipynb
file in VSCode. - Select a kernel using the kernel picker in the top right.
- Click "Select another Kernel".
- Click "Python Environments".
- Click "Create Python Environment".
- Click "Venv".
- Click "Create New".
Run the first cell on libraryCreatorScript.ipynb
and it should download all the needed packages without any errors in less than 30s.