This commit is contained in:
Nyx 2025-01-31 19:07:25 -06:00
parent 1a04b34bb4
commit cd1ede1833

View file

@ -12,9 +12,9 @@ If you use bash, you can replace `source venv/bin/activate.fish` with just `sour
#### Dependencies #### Dependencies
This bot depends on `simplematrixbotlib`, which can be installed in your venv like this: This bot depends on `simplematrixbotlib` and `requests`, which can be installed in your venv like this:
```sh ```sh
pip install simplematrixbotlib pip install simplematrixbotlib requests
``` ```
#### Configuring #### Configuring