From 35e9023f2c3dfee5e2c3c8ea1d067925d9b49711 Mon Sep 17 00:00:00 2001 From: David Akim <djakm100@gmail.com> Date: Sat, 29 Jul 2023 04:51:18 +0000 Subject: [PATCH] Update file README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b57f38..88ee63d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # BELLA Hackaton ## Install requirements -pip install cdsapi -pip install numpy -pip install netCDF4 -pip install torch -pip install skorch -pip install pandas +In terminal run the following commands: +- `pip install cdsapi` +- `pip install numpy` +- `pip install netCDF4` +- `pip install torch` +- `pip install skorch` +- `pip install pandas` -- GitLab