diff --git a/README.md b/README.md index 2f4e8ec..6ee00e6 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,15 @@ devtools::install_github("BlakeRMills/MetBrewer") ``` ### Python -Install the package under the `Python/` directory directly: +Install the package via pip without manually downloading the repository: +``` +pip install git+https://github.com/BlakeRMills/MetBrewer.git#subdirectory=Python +``` +Or download the repository manually and install under the `Python/` directory directly: ``` python setup.py install ``` -or via pip: +or via pip from the `Python/` directory: ``` pip install . ```