+7
-4
README.md
+7
-4
README.md
···
26
26
27
27
## Running the Server
28
28
29
-
Install Python 3.7+.
29
+
Install [uv](https://github.com/astral-sh/uv).
30
30
31
-
Run `setupvenv.sh` to setup a virtual environment and install the dependencies:
31
+
Run the following to install python, create a virtual environment with uv, and install dependencies:
32
32
33
33
```shell
34
-
./setupvenv.sh
34
+
uv python install 3.12
35
+
uv python pin 3.12
36
+
uv venv --python 3.12
37
+
uv sync
35
38
```
36
39
37
40
**Note**: To get value for `FEED_URI` you need to publish the feed first
···
45
48
**Warning** The Flask development server is not designed for production use. In production, you should use production WSGI server such as [`waitress`](https://flask.palletsprojects.com/en/stable/deploying/waitress/) behind a reverse proxy such as NGINX instead.
46
49
47
50
```shell
48
-
pip install waitress
51
+
uv add waitress
49
52
waitress-serve --listen=127.0.0.1:8080 server.app:app
50
53
```
51
54
assets/since-u-been-gone.jpg
assets/since-u-been-gone.jpg
This is a binary file and will not be displayed.