diff --git a/README.md b/README.md index 2766137..7e2f75f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ Note that on Linux glibc >= 2.25 is required, so older distributions such as Ubu ### Python package -Via PyPI: `pip install legendary-gl` +The package is available on [PyPI](https://pypi.org/project/legendary-gl/), to install simply run: +```bash +pip install legendary-gl +``` Manually: - Install python3.8, setuptools and requests