Skip to content

Commit

Permalink
Updated the contributor guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Feb 19, 2024
1 parent 688141f commit 4308008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topic_guides/changing_haven.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ reused.
2. Create a fork of the `main Haven repository`_
3. Clone the forked repository to your local computer (e.g. ``git clone [email protected]:canismarko/haven.git``)
4. Install an anaconda-like distribution environment (`mamba-forge`_ is recommended)
5. Create a new conda environment from *environment.yml* (e.g. ``mamba create -n haven -f environment.yml``)
5. Create a new conda environment from *environment.yml* (e.g. ``mamba env create -n haven -f environment.yml``)
6. Activate the newly created conda environment (e.g. ``mamba activate haven``)
7. Install haven in the environment (``poetry install``)
7. Install haven in the environment (``pip install -e ".[dev]"``)
8. Verify that the :ref:`test-suite passes<Running Tests>`

The following steps should then be performed every time a new feature
Expand Down

0 comments on commit 4308008

Please sign in to comment.