Update README

This commit is contained in:
Logan Cusano
2021-12-05 04:07:14 -05:00
parent 9ce3317088
commit a8c33f2f86

View File

@@ -3,7 +3,7 @@ This project is intended to allow users in discord to be able to listen to their
## Setup
1. Install Python 3.X
2. Install the pip packages found in the 'Requirements.txt' file
2. Install the pip packages found in the ```Requirements.txt``` file
3. Run ```main.py``` with Python
4. Follow the prompts in the terminal
@@ -16,6 +16,7 @@ To change the audio source, simply delete the ```config.ini``` that was generate
It will re-do the setup and allow you to select a new device.
### To-Do
- Interact with soapysdr directly from the bot
- Allow chat interaction with soapysdr
- Transcode radio transmissions to text
- [x] Move cogs to their own files
- [ ] Interact with soapysdr directly from the bot
- [ ] Allow chat interaction with soapysdr
- [ ] Transcode radio transmissions to text