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
f64206f022
commit
8d1eb7181f
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
||||||

|

|
||||||
|
|
||||||
### Cosmetics API for Labymod
|
### Cosmetics API for Labymod
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
Modify LabyMod cosmetics programmatically with Python.
|
Modify LabyMod cosmetics programmatically with Python.
|
||||||
|
|
||||||
|
@ -19,6 +17,10 @@ _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/) for your architecture.
|
||||||
2. Install the latest version of labylib with [`pip3`](https://pypi.org/project/labylib/)
|
2. Install the latest version of labylib with [`pip3`](https://pypi.org/project/labylib/)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python3 -m pip install labylib
|
$ python3 -m pip install labylib
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue