Skip to content

Commit

Permalink
simplify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut committed Feb 5, 2024
1 parent ae4deea commit e0d31d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
13 changes: 2 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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::
Expand Down

0 comments on commit e0d31d2

Please sign in to comment.