Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 0f8a2c1

Browse files
committed
Completion of the CONTRIBUTING.md file
1 parent 615ff02 commit 0f8a2c1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ $ source ./env/bin/activate
1818
$ .\env\Scripts\Activate.ps1
1919
```
2020

21+
Make sure that you have the latest version of `pip` to avoid errors on the next step:
22+
```console
23+
$ python -m pip install --upgrade pip
24+
```
25+
2126
Then install the project in editable mode and the dependencies with:
2227
```console
2328
$ pip install -e '.[dev,test]'

0 commit comments

Comments
 (0)