-
Install anaconda on your system
-
Setup a anaconda environemnt by
conda create -n spacesense python=3.9
-
Now activate the environment by
conda activate spacesense
-
To install dependencies run
pip install -r requirements.txt
-
Launch the jupyter notebook by
jupyter notebook