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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ create an environment, activate it and install dependencies.
36
36
#### Install cflib dependencies
37
37
Install dependencies required by the lib: `pip install -r requirements.txt`. If you are planning on developing on the lib you should also run: `pip install -r requirements-dev.txt`.
38
38
39
-
To verify the installation, connect the crazyflie and run an example: `python examples/basiclog`
39
+
To verify the installation, connect the crazyflie and run an example: `python3 examples/logging/basiclog.py`
40
40
41
41
### Pre commit hooks
42
42
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