We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa43396 commit d630678Copy full SHA for d630678
docs/getting_started/installing.rst
@@ -98,9 +98,10 @@ We recommend using ``conda`` to install the development environment. ::
98
cd pycsep
99
conda env create -f requirements.yml
100
conda activate csep-dev
101
- pip install -e .
+ pip install -e .[all]
102
# Allow sync with default repository
103
git remote add upstream https://github.com/SCECCode/pycsep.git
104
105
+This ensures to have a clean installation of ``pyCSEP`` and the required developer dependencies (e.g., ``pytest``, ``sphinx``).
106
Now you can pull from upstream using ``git pull upstream master`` to keep your copy of the repository in sync with the
107
latest commits.
0 commit comments