Skip to content

Commit 520135a

Browse files
authored
Update CONTRIBUTING.md
1 parent 3386073 commit 520135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To build this project you will need [Python](https://www.python.org/) `>= 3.7` a
2828
To install all Python dependencies open a terminal go into the `fortls` cloned folder and run:
2929

3030
```sh
31-
pip install -e .[dev,docs]
31+
pip install -e ."[dev,docs]"
3232
```
3333

3434
### Testing 🧪

0 commit comments

Comments
 (0)