diff --git a/README.md b/README.md index 90543b2..4bb8793 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ You can install this package with `pip`: pip install redflag +Alternatively, you can use the `conda` package manager, pointed at the `conda-forge` channel: + + conda install -c conda-forge redflag + For developers, there is a `pip` option for installing `dev` dependencies. Use `pip install redflag[dev]` to install all testing and documentation packages.