Skip to content

Commit 81fe11d

Browse files
committed
doc: add editable install instructions
1 parent 201a165 commit 81fe11d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/contributing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ You can install the necessary requirements using pip::
9494
pip install -r requirements.txt -r requirements-dev.txt -r requirements-doc.txt
9595

9696

97+
Then install the `sgkit` in [editable mode](https://pip.pypa.io/en/stable/cli/pip_install/#editable-installs)
98+
99+
pip install -e .
100+
101+
97102
If you have a Nvidia GPU you will need to make sure that it is configured properly,
98103
as in you have cudatoolkit installed, the instructions for the same can be found on
99104
`nvidia docs. <https://developer.nvidia.com/cuda-toolkit>`_

0 commit comments

Comments
 (0)