Skip to content

Commit

Permalink
Sgp/envsetup (#55)
Browse files Browse the repository at this point in the history
* adding capbility to generate ensemble from era5 data on gcp

* added era5 var selection to main file

* changing environment setup to use python venv

* removed extra file
  • Loading branch information
StevePny authored Oct 3, 2024
1 parent 0715b0e commit 4790660
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,23 @@ We recommend setting up a virtual environment using either [conda](https://docs.

```bash
git clone [email protected]:StevePny/DataAssimBench.git
cd ./DataAssimBench
```

#### Setup virtual environment
1. In your cloned project directory, create a virtual environment

```bash
python3 -m venv ./.venv
```
2. Activate the virtual environment

```bash
source ./.venv/bin/activate
```

#### Install dabench
```bash
cd ./DataAssimBench
pip install -e ".[full]"
```

Expand Down

0 comments on commit 4790660

Please sign in to comment.