forgor
This commit is contained in:
parent
1a04b34bb4
commit
cd1ede1833
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ If you use bash, you can replace `source venv/bin/activate.fish` with just `sour
|
|||
|
||||
#### 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
|
||||
pip install simplematrixbotlib
|
||||
pip install simplematrixbotlib requests
|
||||
```
|
||||
|
||||
#### Configuring
|
||||
|
|
Loading…
Add table
Reference in a new issue