Skip to content

Commit

Permalink
Update depencies for git installation
Browse files Browse the repository at this point in the history
The readme previously had a given list of dependencies for installing from the git repository. I have changes this to using the conda-requirements.txt file so that this is kept up to date
  • Loading branch information
w-k-jones authored Mar 25, 2022
1 parent e2af8e0 commit eeb574c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ conda update -c conda-forge tobac
```


You can also install conda via pip, which is mainly interesting for development purposed or to use specific development branches for the Github repository.
You can also install conda via git, either for development purposes or to use specific development branches for the Github repository.

Required packages: trackpy scipy numpy iris scikit-learn cartopy pandas pytables

If you are using anaconda, the following command should make sure all dependencies are met and up to date:
If you are using anaconda, the following command from within the cloned repository should make sure all dependencies are met and up to date:
```
conda install -c conda-forge trackpy scipy numpy iris scikit-learn cartopy pandas pytables
conda install -c conda-forge --yes --file conda-requirements.txt
```
You can directly install the package directly from github with pip and either of the two following commands:
```
Expand Down

0 comments on commit eeb574c

Please sign in to comment.