mirror of
https://codeberg.org/vlw/labylib.git
synced 2025-09-13 17:43:41 +02:00
Update README.md
This commit is contained in:
parent
8d1eb7181f
commit
5ea6e6314c
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
@ -8,15 +8,14 @@
|
||||||
|
|
||||||
Modify LabyMod cosmetics programmatically with Python.
|
Modify LabyMod cosmetics programmatically with Python.
|
||||||
|
|
||||||
| | 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/)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
| | Created by VicW |
|
||||||
|
|--|--|
|
||||||
|
|
Loading…
Add table
Reference in a new issue