We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9f72 commit f2ae323Copy full SHA for f2ae323
README.md
@@ -19,21 +19,21 @@ Setup
19
Scripts Setup
20
-------------
21
22
-1. Clone this repository and move into it
+1. Clone this repository and change into it
23
24
git clone https://github.com/Open-MSS/data-retrieval.git
25
cd data-retrieval
26
27
-2. Install all requirements
+2. Create an environment and install all requirements
28
29
- pip -r install requirements.txt
+ pip install -r requirements.txt
30
31
3. Make sure cdo and nco are installed\
32
e.g. for Ubuntu/Debian
33
34
sudo apt-get install cdo nco netcdf-bin
35
36
-4. Adjust the settings.config to your liking
+4. Adjust the settings.config to your liking (copy from settings.example)
37
38
39
Usage
0 commit comments