You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ pip uninstall cflib
28
28
29
29
Note: If you are developing for the cflib you must use python3. On Ubuntu (20.04+) use `pip3` instead of `pip`.
30
30
31
-
### Linux, OSX, Windows
31
+
### Linux, macOS, Windows
32
32
33
33
The following should be executed in the root of the crazyflie-lib-python file tree.
34
34
@@ -44,8 +44,8 @@ you can skip this section.
44
44
45
45
* To deactivate the virtualenv when you are done using it `deactivate`
46
46
47
-
### Precommit 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:
0 commit comments