mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update contributing.md
This commit is contained in:
@@ -41,7 +41,7 @@ uv sync
|
|||||||
Finally install the wsgi module for the server. If you are on Windows, simply install `waitress`:
|
Finally install the wsgi module for the server. If you are on Windows, simply install `waitress`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
uv add waitress
|
uv pip install waitress
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are on Unix, you will need to install `bjoern`. The package requires the `libev` module to be installed on your machine:
|
If you are on Unix, you will need to install `bjoern`. The package requires the `libev` module to be installed on your machine:
|
||||||
@@ -60,7 +60,7 @@ brew install libev
|
|||||||
Finally:
|
Finally:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
uv add bjoern
|
uv pip install bjoern
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, run the server for development on port 1980.
|
Finally, run the server for development on port 1980.
|
||||||
|
|||||||
Reference in New Issue
Block a user