From 089dfdaec81ad0bbf4f4dc68ddc5bc74d5fefbb0 Mon Sep 17 00:00:00 2001 From: Bennet Meyers Date: Tue, 22 Oct 2024 16:33:06 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24cc61b..28fc6a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,21 @@ Smooth (multi-) periodic consistent quantile estimation. We attempt to follow th ## Installation -Clone the repository to your local machine and install with pip by navigating to the project directory and running: +The package is available on both PyPI and conda-forge. + +pip installation: + +``` +pip install spcqe +``` + +conda installation: + +``` +conda install conda-forge::spcqe +``` + +You may also clone the repository to your local machine and install with pip by navigating to the project directory and running: ``` pip install .