From e0d31d256bad3dbcd7bdc18d42e9448a941edc10 Mon Sep 17 00:00:00 2001 From: vuillaut Date: Mon, 5 Feb 2024 21:31:19 +0100 Subject: [PATCH] simplify instructions --- CONTRIBUTING.rst | 1 + README.rst | 13 ++----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 81fb7f27..dc3406ef 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,6 +25,7 @@ Code contributions If you are unsure about the contribution you want to make, please open an issue first to discuss it with the maintainers. Clone the repository and create a new branch. +Install lstmcpipe following the instructions for developers in the README file. Commit Your Changes: Commit your changes in your branch. Make sure to follow good practices for commit messages. diff --git a/README.rst b/README.rst index a48f9e8d..527676d6 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ You may also want to include the config file with your published code for reprod Install 💻 ---------- -As as user: +**As as user:** For lstmcpipe >= 0.10.3, the preferred installation should be conda: @@ -78,16 +78,7 @@ Former versions: pip install lstmcpipe==$VERSION -This will setup a new enviroment with lstchain and other needed tools available in supported versions. -If you already have your lstchain conda environment, you may simply activate it and install lstmcpipe there using `pip install lstmcpipe`. - - -Alternatively, you can install `lstmcpipe` in your own enviroment to use different versions of the -analysis pipelines. -WARNING: Due to changing APIs and data models, we cannot support other versions than the ones specified in -the enviroment. - -As as developer: +**As as developer:** .. code-block::