Skip to content

Commit 26d4c40

Browse files
committed
Clarify for regular and contributors, since this install is also reached from the front page as 'advanced' installation.
1 parent 331e827 commit 26d4c40

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

doc/contributing.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,14 @@ The package source code is available from
9090
git clone https://github.com/openml/openml-python.git
9191
9292
93-
Once you cloned the package, change into the new directory ``python`` and
94-
execute
93+
Once you cloned the package, change into the new directory.
94+
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
95101

96102
.. code:: bash
97103

0 commit comments

Comments
 (0)