We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f99a08 commit 0f62b4eCopy full SHA for 0f62b4e
docs/contributing.rst
@@ -94,6 +94,11 @@ You can install the necessary requirements using pip::
94
pip install -r requirements.txt -r requirements-dev.txt -r requirements-doc.txt
95
96
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
102
If you have a Nvidia GPU you will need to make sure that it is configured properly,
103
as in you have cudatoolkit installed, the instructions for the same can be found on
104
`nvidia docs. <https://developer.nvidia.com/cuda-toolkit>`_
0 commit comments