Update README.md

This commit is contained in:
Victor Westerlund 2021-01-23 03:23:26 +01:00 committed by GitHub
parent 8d1eb7181f
commit 5ea6e6314c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,14 @@
Modify LabyMod cosmetics programmatically with Python. Modify LabyMod cosmetics programmatically with Python.
|![VicW](https://crafatar.com/renders/body/53c40674-f0a2-4f95-9ce1-479bdd1d8b67?scale=2) | Created by VicW | ### [Supported cosmetics](https://github.com/VictorWesterlund/labylib/wiki/labylib-Modules)
|--|--|
_labylib or Victor Westerlund is in no way sponsored by or affiliated with LabyMod or LabyMedia GmbH._<br> _labylib is in no way sponsored by or affiliated with LabyMod or LabyMedia GmbH._<br>
_This program is offered as-is and might stop working at any time_ _This program is offered as-is and might stop working at any time._
## Installation ## Installation
1. Download and install [Python 3](https://www.python.org/downloads/) for your architecture. 1. Download and install [Python 3](https://www.python.org/downloads/).
2. Install the latest version of labylib with [`pip3`](https://pypi.org/project/labylib/) 2. Install the latest version of labylib with [`pip`](https://pypi.org/project/labylib/)
![PyPI](https://img.shields.io/pypi/v/labylib) ![PyPI](https://img.shields.io/pypi/v/labylib)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/labylib) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/labylib)
@ -24,10 +23,6 @@ _This program is offered as-is and might stop working at any time_
```bash ```bash
$ python3 -m pip install labylib $ python3 -m pip install labylib
``` ```
*..or if that doesn't work*
```python
$ pip3 install labylib
```
## Quickstart ## Quickstart
1. Import a labylib Module from the [list of available modules](https://github.com/VictorWesterlund/labylib/wiki/labylib-Modules). 1. Import a labylib Module from the [list of available modules](https://github.com/VictorWesterlund/labylib/wiki/labylib-Modules).
@ -86,8 +81,11 @@ cape_texture.update("~/myAwesomeTexture.png")
If you find any bugs with- or would like to suggest features to labylib, please submit them under [Issues](https://github.com/VictorWesterlund/labylib/issues) If you find any bugs with- or would like to suggest features to labylib, please submit them under [Issues](https://github.com/VictorWesterlund/labylib/issues)
Pull requests to labylib are highly encouraged!
## License ## License
[GNU General Public License v3.0](https://github.com/VictorWesterlund/labylib/blob/master/LICENSE) [GNU General Public License v3.0](https://github.com/VictorWesterlund/labylib/blob/master/LICENSE)
----
|![VicW](https://i.imgur.com/XHwOKuS.png) | Created by VicW |
|--|--|