Update README.md

env.example added hence addying copy command will be necessary
This commit is contained in:
allenmylath
2024-10-14 11:22:56 +05:30
committed by GitHub
parent c866b3f2c9
commit 0ba99514a9

View File

@@ -8,6 +8,7 @@ This is an example that shows how to use `WebsocketServerTransport` to communica
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp env.example .env # and add your credentials
```
## Run the bot