From f3afb5b3934976c8567a4629623e9eb15b1c94d4 Mon Sep 17 00:00:00 2001 From: Rodney Date: Mon, 4 May 2020 19:59:57 +0200 Subject: [PATCH] Add PyPI link to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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