Skip to content

Commit 942e45b

Browse files
authored
Merge f08f903 into 1e2badb
2 parents 1e2badb + f08f903 commit 942e45b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting_started/installing.rst

Lines changed: 2 additions & 1 deletion
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)