Skip to content

Commit d630678

Browse files
authored
docs: developer installation - added pip command to install developer dependencies (#246)
1 parent fa43396 commit d630678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting_started/installing.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ We recommend using ``conda`` to install the development environment. ::
9898
cd pycsep
9999
conda env create -f requirements.yml
100100
conda activate csep-dev
101-
pip install -e .
101+
pip install -e .[all]
102102
# Allow sync with default repository
103103
git remote add upstream https://github.com/SCECCode/pycsep.git
104104

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

0 commit comments

Comments
 (0)