Mention that the current version can be installed from the public PyPI registry

This commit is contained in:
Zoé Cassiopée Gauthier 2024-04-16 11:24:43 -04:00
parent 72a7a4d215
commit 754fd46ee7

View File

@ -2,9 +2,17 @@
## Installation
Once downloaded, this package can be installed locally in development mode:
The most recent commit can be installed directly from this public PyPI package registry:
```console
pip install --index-url https://git.blorp.dev/api/packages/zo/pypi/simple pogo_scaled_estimators
```
This package can otherwise be installed locally in development mode:
```console
git clone https://git.blorp.dev/zo/pogo-scaled-estimators.git
cd pogo-scaled-estimators
pip install -e .
```