aquacropos / aquacrop

AquaCrop-OSPy: Python implementation of AquaCrop-OS
https://aquacropos.github.io/aquacrop/
Apache License 2.0
95 stars 68 forks source link

update notebooks #62

Closed thomasdkelly closed 1 year ago

thomasdkelly commented 2 years ago

Have just experienced an issue where google colab cannot find the latest version of aquacrop==2.1, despite everything uploading correctly. So will add an extra cell to the notebooks that allows people to install direct from github !pip install git+https://github.com/aquacropos/aquacrop

Also will add a cell that allows people to run in pure python rather than have to compile the modules.

import os
os.environ['DEVELOPMENT'] = 'True'

Im not sure how many people will find it useful but is worth adding in.

thomasdkelly commented 2 years ago

The issue with pypi was resolved, it just needed a bit more time. Though both of these changes could still be useful

chris-s-bowden commented 1 year ago

Implemented both these changes as specified.