Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fine tuning #39

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ Setup
Scripts Setup
-------------

1. Clone this repository and move into it
1. Clone this repository and change into it

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

2. Install all requirements
2. Create an environment and install all requirements

pip -r install requirements.txt
pip install -r requirements.txt

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

sudo apt-get install cdo nco netcdf-bin

4. Adjust the settings.config to your liking
4. Adjust the settings.config to your liking (copy from settings.example)


Usage
Expand Down
Loading