Skip to content

Commit cfd1209

Browse files
committed
install.md: Fix path to example script
1 parent c650c37 commit cfd1209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ create an environment, activate it and install dependencies.
3636
#### Install cflib dependencies
3737
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`.
3838

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`
4040

4141
### Pre commit hooks
4242
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

Comments
 (0)