EconForge / interpolation.py

BSD 2-Clause "Simplified" License
123 stars 35 forks source link

Installation instructions on the ReadMe #35

Closed cdagnino closed 5 years ago

cdagnino commented 5 years ago

Hi,

This worked for me:

conda install interpolation -c conda-forge

I'm guessing it's possible to install with pip and clone -> python setup.py install? It'd be helpful to have it in the ReadMe

Thanks for your work!

albop commented 5 years ago

Thanks. I have just added installation instructions.