GEMScienceTools / rmtk

The Risk Modeller’s Toolkit prototype code.
GNU Affero General Public License v3.0
12 stars 14 forks source link

Make the RMTK library installable #109

Closed daniviga closed 7 years ago

daniviga commented 7 years ago

TODO

How it works now

virtualenv foo
source ~/foo/bin/activate

git clone https://github.com/GEMScienceTools/rmtk.git
cd rmtk
# install the rmtk library
pip install -e rmtk
# install ipython and run the notebooks
pip install jupyter ipython notebook
jupyter notebook
daniviga commented 7 years ago

Anyone?

daniviga commented 7 years ago

Thanks @raoanirudh !