Mention that the current version can be installed from the public PyPI registry
This commit is contained in:
parent
72a7a4d215
commit
754fd46ee7
10
README.md
10
README.md
@ -2,9 +2,17 @@
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```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 .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user