Skip to content

Commit cba5a14

Browse files
Updated README.md
1 parent 99097f3 commit cba5a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A template repo holding our common setup for a python project.
55

66
You can install the package using pip
77

8-
```
8+
```bash
99
pip install -e .
1010
```
1111

1212
or for development
1313

14-
```
14+
```bash
1515
pip install -e ".[dev]"
1616
```
1717

0 commit comments

Comments
 (0)