-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
688141f
commit 4308008
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|