From 8d1eb7181f9e9b001cc0d7576c797df456e5b9c7 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 23 Jan 2021 03:10:44 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 029a991..edc22be 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ ![Labylib](https://storage.googleapis.com/public.victorwesterlund.com/github/VictorWesterlund/labylib/labylib.png) ### Cosmetics API for Labymod -![PyPI](https://img.shields.io/pypi/v/labylib) -![PyPI - Wheel](https://img.shields.io/pypi/wheel/labylib) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/VictorWesterlund/labylib?include_prereleases) ![GitHub last commit](https://img.shields.io/github/last-commit/VictorWesterlund/labylib) -![Maintenance](https://img.shields.io/maintenance/yes/2021) +![Maintenance](https://img.shields.io/maintenance/no/2021) Modify LabyMod cosmetics programmatically with Python. @@ -19,6 +17,10 @@ _This program is offered as-is and might stop working at any time_ ## Installation 1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture. 2. Install the latest version of labylib with [`pip3`](https://pypi.org/project/labylib/) + +![PyPI](https://img.shields.io/pypi/v/labylib) +![PyPI - Wheel](https://img.shields.io/pypi/wheel/labylib) + ```bash $ python3 -m pip install labylib ```