From 227412bd79bfa23ec600d3645078bce873ed1c34 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Mon, 3 Feb 2025 20:33:11 +0100 Subject: [PATCH] build: add optional-dependencies group `all` --- docs/src/install.md | 4 ++++ pyproject.toml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index a261fb1..cd546af 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -149,6 +149,10 @@ Install with `python -m pip install "python-re3data[csv]"`. | ---------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------ | | [pandas](https://github.com/pandas-dev/pandas) | >= 2.0 | A powerful and flexible data analysis library, enables generation of DataFrames and CSV files from parsed XML responses. | +#### All + +Install all available optional dependencies from above, with `python -m pip install "python-re3data[all]"`. +