update contributing.md

This commit is contained in:
cwilvx
2025-06-01 22:51:27 +03:00
parent f0d5a9027e
commit 62f5769c3a
+2 -2
View File
@@ -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.