Skip to content

Commit 67bd23e

Browse files
authored
Update install.md
1 parent 3550e03 commit 67bd23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pip uninstall cflib
2828

2929
Note: If you are developing for the cflib you must use python3. On Ubuntu (20.04+) use `pip3` instead of `pip`.
3030

31-
### Linux, OSX, Windows
31+
### Linux, macOS, Windows
3232

3333
The following should be executed in the root of the crazyflie-lib-python file tree.
3434

@@ -44,8 +44,8 @@ you can skip this section.
4444

4545
* To deactivate the virtualenv when you are done using it `deactivate`
4646

47-
### Pre commit hooks (Ubuntu)
48-
If you want some extra help with keeping to the mandated python coding style you can install hooks that verify your style at commit time. This is done by running:
47+
### Pre-commit hooks (Ubuntu)
48+
If you want some extra help with keeping to the mandated Python coding style you can install hooks that verify your style at commit time. This is done by running:
4949
```
5050
$ pip3 install pre-commit
5151
```

0 commit comments

Comments
 (0)