things
This commit is contained in:
@@ -11,16 +11,17 @@ An automation tool for Byte Dice. It's both a Discord and Reddit bot in one prog
|
||||
|
||||
## How to run
|
||||
**Dependecies:** This program uses Rust (v1.82.0) and Python (v3.11.4), you can likely use other versions if they are compatible. This program also uses these Python modules:
|
||||
<!-- TODO: update with all python modules (not just external) -->
|
||||
* sys
|
||||
* io
|
||||
* asyncpraw
|
||||
* json
|
||||
* typing
|
||||
* asyncio
|
||||
* asyncpraw
|
||||
* asyncprawcore
|
||||
* emoji
|
||||
* io
|
||||
* json
|
||||
* os
|
||||
* sys
|
||||
* threading
|
||||
* time
|
||||
* emoji
|
||||
* typing
|
||||
* websockets
|
||||
|
||||
You can install Python modules by running `$ pip install {module}` or `$ python -m pip install {module}` in a terminal.
|
||||
|
||||
Reference in New Issue
Block a user