Skip to content

Commit f758aa3

Browse files
MTN: remove duplicated (and outdated) environment.dev.yml (#723)
1 parent 8949b3e commit f758aa3

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ Local setup
2525

2626
We encourage you to use a virtual environment, with Python `3.11`. You'll want to activate it every time you want to work on `mapie`.
2727

28-
You can create a virtual environment via ``conda``:
29-
30-
.. code-block:: sh
31-
32-
$ conda env create -f environment.dev.yml
33-
$ conda activate mapie
34-
35-
Alternatively, using ``pip``, create a virtual environment and install dependencies with the following command:
28+
Using ``pip``, you can install dependencies with the following command:
3629

3730
.. code-block:: sh
3831
@@ -87,7 +80,7 @@ Updating changelog
8780
You can make your contribution visible by:
8881

8982
1. Adding your name to the Contributors section of `AUTHORS.rst <https://github.com/scikit-learn-contrib/MAPIE/blob/master/AUTHORS.rst>`_
90-
2. Adding a line describing your change into `HISTORY.rst <https://github.com/scikit-learn-contrib/MAPIE/blob/master/HISTORY.rst>`_
83+
2. If your change is user-facing (bug fix, feature, ...), adding a line to describe it in `HISTORY.rst <https://github.com/scikit-learn-contrib/MAPIE/blob/master/HISTORY.rst>`_
9184

9285
Testing
9386
-------

environment.dev.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)