Skip to content

Commit 8198e79

Browse files
committed
Update CONTRIBUTING.md
1 parent cb4bda9 commit 8198e79

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,21 @@ $ git fetch upstream
7979
$ git merge upstream/main
8080
```
8181

82-
5. Install the **development dependencies** via
83-
```bash
84-
$ pip install -r requirements.txt
85-
$ pip install -r requirements-dev.txt
86-
```
87-
88-
6. **Install DoubleML in editable mode** (more details can be found
82+
5. **Install DoubleML in editable mode** (more details can be found
8983
[here](https://docs.doubleml.org/stable/intro/install.html#python-building-the-package-from-source))
9084
via
9185
```bash
92-
$ pip install --editable .
86+
$ pip install --editable .[dev, rdd]
9387
```
9488

95-
7. **Develop** your code changes. The changes can be added and pushed via
89+
6. **Develop** your code changes. The changes can be added and pushed via
9690
```bash
9791
$ git add your_new_file your_modified_file
9892
$ git commit -m "A commit message which briefly summarizes the changes made"
9993
$ git push origin my_feature_branch
10094
```
10195

102-
8. Generate a **pull request** from your fork.
96+
7. Generate a **pull request** from your fork.
10397
Please follow our guidelines for pull requests.
10498
When opening the PR you will be guided with a checklist.
10599

0 commit comments

Comments
 (0)