Skip to content

Commit f7ca726

Browse files
committed
Removed outdated requirements install
1 parent 6d9a969 commit f7ca726

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

docs/installation/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ you can skip this section.
4242

4343
* To deactivate the virtualenv when you are done using it `deactivate`
4444

45-
#### Install cflib dependencies
46-
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`.
47-
48-
To verify the installation, connect the crazyflie and run an example: `python3 examples/logging/basiclog.py`
49-
50-
### Pre commit hooks
45+
### Pre commit hooks (Ubuntu)
5146
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:
5247
```
48+
$ pip3 install pre-commit
49+
```
50+
go to crazyflie-lib-python root folder and run
51+
```
5352
$ pre-commit install
53+
$ pre-commit run --all-files
5454
```
5555
This will run the lint checkers defined in `.pre-commit-config-yaml` on your proposed changes and alert you if you need to change anything.
5656

requirements-dev.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)