Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers authored Oct 22, 2024
1 parent 772fe93 commit 089dfda
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 089dfda

Please sign in to comment.