Skip to content

Commit

Permalink
Add cloudcasting install message (#7)
Browse files Browse the repository at this point in the history
Add cloudcasting install message
  • Loading branch information
dfulu authored Oct 29, 2024
1 parent 394e49e commit 9a6b147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ Clone this repo
git clone https://github.com/openclimatefix/sat_pred.git
```

Install the package and its dependencies
Install this package and its dependencies

```
cd sat_pred
pip install -e .
```

You will also need to install the cloudcasting package following the [instructions here](https://github.com/alan-turing-institute/cloudcasting)

If you want to train the earthformer model you should clone and install the earthformer repo as well

```
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
lightning
torch
numpy
cloudcasting
hydra-core
matplotlib
pyaml_env

0 comments on commit 9a6b147

Please sign in to comment.