We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86e08c commit 426ad79Copy full SHA for 426ad79
CONTRIBUTING.md
@@ -28,7 +28,7 @@ To build this project you will need [Python](https://www.python.org/) `>= 3.7` a
28
To install all Python dependencies open a terminal go into the `fortls` cloned folder and run:
29
30
```sh
31
-pip install .[dev,docs]
+pip install -e .[dev,docs]
32
```
33
34
### Testing 🧪
0 commit comments