Skip to content

Commit

Permalink
docs: developer installation - added pip command to install developer…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
pabloitu committed Nov 15, 2023
1 parent 1e2badb commit f08f903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting_started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ We recommend using ``conda`` to install the development environment. ::
cd pycsep
conda env create -f requirements.yml
conda activate csep-dev
pip install -e .
pip install -e .[all]
# Allow sync with default repository
git remote add upstream https://github.com/SCECCode/pycsep.git

This ensures to have a clean installation of ``pyCSEP`` and the required developer dependencies (e.g., ``pytest``, ``sphinx``).
Now you can pull from upstream using ``git pull upstream master`` to keep your copy of the repository in sync with the
latest commits.

0 comments on commit f08f903

Please sign in to comment.