Skip to content

Commit e602e47

Browse files
committed
Add instructions on how to install local snakemake version
Required to build the "All options" part of the CLI documentation
1 parent 25f1ac9 commit e602e47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/project_info/contributing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ Snakemake development environment via
186186
$ cd snakemake
187187
$ conda env create -f doc-environment.yml -n snakemake
188188
189+
You will also need to install your development version of Snakemake for the docs to be built correctly
190+
191+
.. code-block:: console
192+
193+
$ pip install -e .
194+
189195
Then, the docs can be built with
190196

191197
.. code-block:: console

0 commit comments

Comments
 (0)