- Python 3.10
- Jupyter Notebook
- Open one terminal
- Go to project root
- Execute "pip3 install -r requirements.txt"
- Execute "jupyter-notebook"
- Go to src/ in jupyter
- Open project.ipynb
- Open one terminal
- Go to the project root
- Execute "python3 -m venv env/"
- Execute "source env/bin/activate" (to enter the env)
- Execute "pip3 install -r requirements.txt"
- Execute "jupyter-notebook"
- Go to src/ in jupyter
- Open project.ipynb
Note: Steps for Linux OS, for other OS, search the similar commands in the internet