From 3f7241fb5dfcd0ed15cbc9e10fb67979bd484f80 Mon Sep 17 00:00:00 2001 From: MountainGod2 Date: Sun, 31 Mar 2024 15:33:18 -0600 Subject: [PATCH] docs: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c79b64b..62c47298 100644 --- a/README.md +++ b/README.md @@ -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 ```