From dc7036649c66f564c583d2e1a281b1b87f868728 Mon Sep 17 00:00:00 2001 From: Stefano Fusai <46556949+stefanofusai@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:54:10 +0100 Subject: [PATCH] [#45] Docs: update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f1acb74..c5c864f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ INFLUXDB_TOKEN = ... STATS_CLASS = "scrapy_influxdb_exporter.InfluxDBStatsCollector" ``` +## Development + +```bash +pip install -r requirements.txt +``` + ## Acknowledgments This project was inspired by [scrapy-prometheus-exporter](https://github.com/rangertaha/scrapy-prometheus-exporter) by [@rangertaha](https://github.com/rangertaha) and [this article](https://mikulskibartosz.name/how-to-monitor-scrapy-spiders-using-influxdb-and-grafana) by [@mikulskibartosz](https://github.com/mikulskibartosz).