diff --git a/README.md b/README.md index a77c3c26..4b7df17b 100644 --- a/README.md +++ b/README.md @@ -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: ```