Merge pull request #206 from Namlak/patch-2

Update interfaces.md
This commit is contained in:
Oskar Weigl
2018-07-30 23:35:27 -07:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,7 @@ This protocol is what the ODrive Tool uses to talk to the ODrive. If you have a
#### Python
The ODrive Tool you installed as part of the [Getting Started guide](getting-started#downloading-and-installing-tools) comes with a library that you can use to easily control the ODrive from Python.
The ODrive Tool you installed as part of the [Getting Started guide](getting-started.md#downloading-and-installing-tools) comes with a library that you can use to easily control the ODrive from Python.
Assuming you already installed the odrive library (`pip install odrive`), the simplest program to control the ODrive is this: