Skip to content

Commit fac27af

Browse files
committed
docs: install from test pypi
1 parent 8613569 commit fac27af

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/python/get-started.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Install
44

5-
The Python library can be easily installed with [PyPI](https://pypi.org/project/openae/):
5+
The Python library can be easily installed with `pip`:
66

77
```shell
8-
$ pip install openae
8+
$ pip install -i https://test.pypi.org/simple/ openae
99
```
1010

11+
:::{important}
12+
The package is currently hosted ony on [Test PyPI](https://test.pypi.org) due to naming policy conflicts. We are trying to claim the project name `openae` for PyPI [here](https://github.com/pypi/support/issues/5968). Hopefully, we can install the package with `pip install openae` from PyPI soon.
13+
:::
14+
1115
## Minimal example
1216

1317
```{literalinclude} ../../bindings/python/examples/features_minimal.py

0 commit comments

Comments
 (0)