-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AnnaMaxion edited this page Oct 24, 2024
·
8 revisions
Welcome to the Spikelets wiki!
Installation Guide
- Install Anaconda, which includes Python and Jupyter Notebook: follow this installation guide: https://docs.anaconda.com/anaconda/install/windows/
- download code from Github
- 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
-