# clone the repo
git clone https://github.com/martinobdl/StoneNNRought
cd StoneNNRought
# initialize the virual enviroment
virtualenv venv
# activate the virtual enviroment
source venv/bin/activate
pip3 install -r requirements.txt
# run the notebook
jupyter notebook main.ipynb
pip3 install virtualenv
deactivate