diff --git a/README.md b/README.md index 3dbab394bf9bb5baac06dbb77b0ecfcd1d2eee99..0b57f38f0c703210787fa913e018e7e62c7a6acb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -# Plantilla Jupyter Book +# BELLA Hackaton -Plantilla para la creación de documentación usando JupyterBook - -Ejemplo en [https://class.redclara.net/cyted/course2](https://class.redclara.net/cyted/course2) \ No newline at end of file +## Install requirements +pip install cdsapi +pip install numpy +pip install netCDF4 +pip install torch +pip install skorch +pip install pandas diff --git a/requirements.txt b/requirements.txt index 7e821e45db31376729c73f3616fb24db2b655a95..f26cbef4415b9b9841f8a1e976a9174b587aba91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,8 @@ jupyter-book matplotlib numpy +cdsapi +netCDF4 +torch +skorch +pandas