Skip to content

Commit 9e21dbe

Browse files
MTN: remove remaining conda part in CONTRIBUTING.rst (#727)
1 parent 99cb81a commit 9e21dbe

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,7 @@ Documenting your change
5050
If you're adding a public class or function, then you'll need to add a docstring with a doctest. We follow the `numpy docstring convention <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html>`_, so please do too.
5151
Any estimator should follow the `scikit-learn API <https://scikit-learn.org/stable/developers/develop.html>`_, so please follow these guidelines.
5252

53-
In order to build the documentation locally, you first need to install some dependencies:
54-
55-
Create a dedicated virtual environment via ``conda``:
56-
57-
.. code-block:: sh
58-
59-
$ conda env create -f environment.doc.yml
60-
$ conda activate mapie-doc
61-
62-
Alternatively, using ``pip``, create a different virtual environment than the one used for development, and install the dependencies:
53+
In order to build the documentation locally, you first need to create a different virtual environment than the one used for development, and then install some dependencies using ``pip`` with the following commands:
6354

6455
.. code-block:: sh
6556

0 commit comments

Comments
 (0)