diff --git a/README.md b/README.md
index c855cd734877a2321c65bf4f4edcedf50b9d84d6..2501fa104a800ada3efda52b8b423b635f38a35e 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,14 @@ TODO
 The omnibots use crazyflies (version >= 2.0) to supply positioning. This is done via a [lighthouse deck](https://www.bitcraze.io/products/lighthouse-positioning-deck/) mounted on the crazyflie, along with two HTC vive beacons.
 ![beacons](/img/beacon.jpg)
 
-All configuration of the crazyflies and beacons is easiest to do via the [crazyflie client](https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/
-master/userguides/userguide_client), which can easily be installed and launched:
+All configuration of the crazyflies and beacons is easiest to do via the [crazyflie client](https://github.com/bitcraze/crazyflie-clients-python/blob/master/docs/installation/install.md), which can easily be installed:
+```
+git clone https://github.com/bitcraze/crazyflie-clients-python
+cd crazyflie-clients-python
+pip3 install -e .
+```
+and launched:
 ```
-pip install cfclient
 cfclient
 ```
 You will also need a crazyradio, which requires [USB permissions](https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/installation/usb_permissions/).