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 331e827 commit 26d4c40Copy full SHA for 26d4c40
1 file changed
doc/contributing.rst
@@ -90,8 +90,14 @@ The package source code is available from
90
git clone https://github.com/openml/openml-python.git
91
92
93
-Once you cloned the package, change into the new directory ``python`` and
94
-execute
+Once you cloned the package, change into the new directory.
+If you are a regular user, install with
95
+
96
+.. code:: bash
97
98
+ pip install -e .
99
100
+If you are a contributor, you will also need to install test dependencies
101
102
.. code:: bash
103
0 commit comments