mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
Moved Section Into Dedicated Files
This commit is contained in:
15
Documentation/Development.md
Normal file
15
Documentation/Development.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Development
|
||||
|
||||
### Compiling
|
||||
|
||||
```shell
|
||||
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`.
|
Reference in New Issue
Block a user