mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2025-04-26 13:21:01 -04:00
Minor README changes
This commit is contained in:
parent
b2de9eb7dc
commit
3115105343
@ -5,6 +5,7 @@ WiiPy is cross-platform, and supports macOS, Windows, and Linux, both because it
|
||||
|
||||
To see what features are supported, I would recommend checking out the list of features that libWiiPy offers, which can be found [here]("https://github.com/NinjaCheetah/libWiiPy?tab=readme-ov-file#features").
|
||||
|
||||
|
||||
## Requirements
|
||||
libWiiPy has been tested on both Python 3.11 and 3.12, and works as expected in both places. libWiiPy *should* support Python 3.10, however this is not verified. WiiPy only relies on libWiiPy, so it supports the same Python versions.
|
||||
|
||||
@ -13,6 +14,7 @@ To make sure you have libWiiPy and all of its dependencies, you can simply run:
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
Basic usage for WiiPy is very simple.
|
||||
```shell
|
||||
@ -20,7 +22,8 @@ python3 wiipy.py <subcommand>
|
||||
```
|
||||
You can use `--help` to see a list of all subcommands, or use `<subcommand> --help` to see usage instructions for that subcommand.
|
||||
|
||||
Available subcommands will expand as support for more features are added into libWiiPy. WiiPy is designed around libWiiPy's `main` branch, so any features that have been merged into main are likely to be supported here within a short period of time. This also means that any breaking changes to the library will be handled here quickly, so incompatibilities shouldn't happen.
|
||||
Available subcommands will expand as support for more features are added into libWiiPy. WiiPy is designed around libWiiPy's `main` branch, so any features that have been merged into main are likely to be supported here within a short period of time. This also means that any updates to the library will be addressed here quickly, so breaking changes in libWiiPy shouldn't cause issues.
|
||||
|
||||
|
||||
## Compiling
|
||||
If you'd like to compile WiiPy from Python into something a little more native, you can use one of the following commands. Make sure you've installed Nuitka first (it's included in `requirements.txt`).
|
||||
@ -29,7 +32,6 @@ python -m nuitka --show-progress --assume-yes-for-downloads --onefile wiipy.py
|
||||
```
|
||||
On macOS and Linux, this will give you a binary named `wiipy.bin` in the same directory as the Python file. On Windows, you'll get a binary named `wiipy.exe` instead.
|
||||
|
||||
|
||||
### For Linux Users:
|
||||
A Makefile has been included to both build and install WiiPy on Linux. This will install `wiipy` to `/usr/bin/`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user