Skip to content

Commit

Permalink
Add basic install instructions to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Feb 19, 2024
1 parent 5e48367 commit 9312f0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ It is 3D global output from the mid-top CAM model, on the original model grid.

However, the demo data here is one very small part of the CAM output due to storage limit of Github. NN trained on this Demodata will not work.

# Installing

Clone this repo and enter it.\
Then run:
```
pip install .
```
to install the neccessary dependencies.\
It is recommended this is done from inside a virtual environment.

# data loader
load 3D CAM data and reshaping them to the NN input.
Expand Down

0 comments on commit 9312f0d

Please sign in to comment.