Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Mar 31, 2024
1 parent 9973692 commit 3f7241f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ python -m chaturbate_poller

The application will start, log into the console, and begin fetching events from the Chaturbate API using the credentials provided in the `.env` file.

See `example.py` for more detailed usage instructions.

## Development

For development purposes, especially to run tests or develop additional features, consider setting up a virtual environment and installing the development dependencies:

```bash
python -m venv .venv
source .venv/bin/activate # On Windows, use `.venv\Scriptsctivate`
source .venv/bin/activate # On Windows, use `.venv\Scripts\Activate`
pip install -r requirements-dev.txt
```

Expand Down

0 comments on commit 3f7241f

Please sign in to comment.