Update README.md

This commit is contained in:
Andros Fenollosa 2022-06-19 19:43:04 +02:00 committed by GitHub
parent 6390b990ac
commit f9567a7c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,12 @@ A file called `rss.xml` will be created.
pyinstaller --onefile rssingle.py pyinstaller --onefile rssingle.py
``` ```
Old versions
```shell
docker run --rm --volume $PWD:/app python:3.8-buster /bin/bash -c "cd /app; pip3 install -r requirements.txt; pyinstaller --onefile rssingle.py"
```
You will find the binary in `dist`. You will find the binary in `dist`.
## Thanks ## Thanks