diff --git a/README.md b/README.md index 3081870..e2e12eb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ The following Python libraries will be required: - Pandas - pyPro4Sail, at [https://github.com/hectornieto/pyPro4Sail] - GDAL, for running TSEB over an image +- pandas +- netCDF4 +- bokeh + +With `conda`, you can create a complete environment with +``` +conda env create -f environment.yml +``` ## Code Example ### High-level example diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..4438e95 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: pytseb +channels: + - conda-forge +dependencies: + - python=3 + - gdal + - numpy + - scipy + - pandas + - jupyter + - notebook + - bokeh + - pip: + - https://github.com/hectornieto/pyPro4Sail/archive/master.zip