From 655dea66a7d40c9776873d5f78fbe2fc2957c9be Mon Sep 17 00:00:00 2001
From: David Akim <djakm100@gmail.com>
Date: Sat, 29 Jul 2023 04:46:12 +0000
Subject: [PATCH] Update 2 files

- /requirements.txt
- /README.md
---
 README.md        | 12 ++++++++----
 requirements.txt |  5 +++++
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3dbab39..0b57f38 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 7e821e4..f26cbef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,8 @@
 jupyter-book
 matplotlib
 numpy
+cdsapi
+netCDF4
+torch
+skorch
+pandas
-- 
GitLab