Skip to content

Commit b563343

Browse files
committed
(#143) removed old mentions of cfclient
1 parent 719b165 commit b563343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ page_id: install
44
---
55

66
## Development
7-
### Developing for the cfclient
7+
### Developing for the cflib
88
* [Fork the cflib](https://help.github.com/articles/fork-a-repo/)
99
* [Clone the cflib](https://help.github.com/articles/cloning-a-repository/), `git clone git@github.com:YOUR-USERNAME/crazyflie-lib-python.git`
1010
* [Install the cflib in editable mode](http://pip-python3.readthedocs.org/en/latest/reference/pip_install.html?highlight=editable#editable-installs), `pip install -e path/to/cflib`
1111

1212

1313
* [Uninstall the cflib if you don't want it any more](http://pip-python3.readthedocs.org/en/latest/reference/pip_uninstall.html), `pip uninstall cflib`
1414

15-
Note: If you are developing for the [cfclient][cfclient] you must use python3. On Ubuntu (16.04, 18.08) use `pip3` instead of `pip`.
15+
Note: If you are developing for the cflib you must use python3. On Ubuntu (16.04, 18.08) use `pip3` instead of `pip`.
1616

1717
### Linux, OSX, Windows
1818

@@ -102,6 +102,5 @@ sudo udevadm control --reload-rules
102102
sudo udevadm trigger
103103
```
104104

105-
[cfclient]: https://www.github.com/bitcraze/crazyflie-clients-python
106105

107106

0 commit comments

Comments
 (0)