From a6858deeb6b8f54796a8ae3d0352e73513cb4f5a Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Sun, 25 Sep 2022 18:55:08 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2d3c98a..f71f613 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ **This is a community effort and everyone is encouraged to participate by submitting their own data and sample information [instructions](https://mwang87.github.io/ReDU-MS2-Documentation/HowtoContribute). The sharing of new applications (and code) which use ReDU is highly encouraged.** +## Requirements + +Python `pip` can install most of the required packages: +``` +pip install -r code/requiremens.txt +``` +In addition you need to install `ccmsproteosafepythonapi` manually: +``` +git clone https://github.com/mwang87/CCMS_ProteoSAFe_pythonAPI.git +pip install -e CCMS_ProteoSAFe_pythonAPI/ +``` + ## Testing Procedure To get ReDU up and running on your local system, it should be as easy as