mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
.gitignore:
* extend gitignore by recommended values `pyproject.toml`: * cap supported python version to 3.12 caused by audioop being removed in 3.13 * add static uv metadata for platform-dependent dependencies * explicit set namespace of swingmusic `README.md`: * remove platform-dependent wsgi server. now being managed in pyproject.toml
This commit is contained in:
@@ -149,16 +149,6 @@ git clone git@github.com:swingmx/swingmusic.git
|
||||
uv sync
|
||||
```
|
||||
|
||||
```sh
|
||||
# 3. Install wsgi server
|
||||
|
||||
# If you are on Windows, install waitress:
|
||||
uv pip install waitress
|
||||
|
||||
# If you are on Unix, install bjoern:
|
||||
uv pip install bjoern
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> The `libev` package is needed on Linux and MacOS. You can install it on other system as shown:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user