From a9f39b162a95bf27cb261eeb2e4dfc5a53d0d783 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 27 Feb 2023 14:31:18 +0100 Subject: [PATCH] DOC: Mention requirements.txt in README_SETUP --- README_SETUP.md | 14 ++++++++++++-- requirements.txt | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README_SETUP.md b/README_SETUP.md index f822827..4ce0326 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,8 +1,18 @@ # BIDS-CFood ## Requirements -Requires `bidsconverter` module: https://gitlab.indiscale.com/caosdb/src/crawler-converters/bids-converter -Also `caosdb`,`caosadvancedtools` and `caosdb-crawler` of course. + +Requires `bidsconverter` module: +https://gitlab.indiscale.com/caosdb/src/crawler-converters/bids-converter Also +`caosdb`,`caosadvancedtools` and `caosdb-crawler` of course. Also see the +[reuirements.txt](./requirements.txt) for more information about the required +packages. + +You can install the requirements using pip with + +```sh +pip3 install --user -r requirements.txt +``` ## Testing diff --git a/requirements.txt b/requirements.txt index 2d11b9f..d9c0327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ caosdb caosadvancedtools caoscrawler>0.3 -caoscrawler-bidsconverter +caoscrawler-bidsconverter>=0.1 -- GitLab