mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
Update README with GUI setup and execution instructions
This commit is contained in:
parent
b933c34e77
commit
7685b4e121
25
README.md
25
README.md
@ -78,22 +78,27 @@ Install directly from PyPI:
|
|||||||
pip install StreamingCommunity
|
pip install StreamingCommunity
|
||||||
```
|
```
|
||||||
|
|
||||||
### Creating a Run Script
|
### Running Script
|
||||||
|
|
||||||
Create `run_streaming.py`:
|
|
||||||
|
|
||||||
```python
|
|
||||||
from StreamingCommunity.run import main
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
```
|
|
||||||
|
|
||||||
Run the script:
|
Run the script:
|
||||||
```bash
|
```bash
|
||||||
python run_streaming.py
|
python run_streaming.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Running the gui
|
||||||
|
|
||||||
|
Install requirements:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the gui:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python streaming_gui.py
|
||||||
|
```
|
||||||
|
|
||||||
### Updating via PyPI
|
### Updating via PyPI
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user