Skip to content

Commit f2ae323

Browse files
authored
fine tuning (#39)
1 parent 5bc9f72 commit f2ae323

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ Setup
1919
Scripts Setup
2020
-------------
2121

22-
1. Clone this repository and move into it
22+
1. Clone this repository and change into it
2323

2424
git clone https://github.com/Open-MSS/data-retrieval.git
2525
cd data-retrieval
2626

27-
2. Install all requirements
27+
2. Create an environment and install all requirements
2828

29-
pip -r install requirements.txt
29+
pip install -r requirements.txt
3030

3131
3. Make sure cdo and nco are installed\
3232
e.g. for Ubuntu/Debian
3333

3434
sudo apt-get install cdo nco netcdf-bin
3535

36-
4. Adjust the settings.config to your liking
36+
4. Adjust the settings.config to your liking (copy from settings.example)
3737

3838

3939
Usage

0 commit comments

Comments
 (0)