-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
AnnaMaxion edited this page Oct 24, 2024
·
3 revisions
- Install Anaconda, which includes Python and Jupyter Notebook: follow this installation guide: https://docs.anaconda.com/anaconda/install/windows/
- download code from Github:
- click on "Code" in the toolbar above
- click on the green button "Code"
- Click on "Download ZIP"
- unpack ZIP files in some folder
- install necessary Python packages:
- open Jupyter Notebook and navigate to folder that contains your code
- open new notebook
- a new window opens
- type: !pip install -r requirements.txt
- it will take a moment for the packages to install, you can close the page afterwards