We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21e645 commit 2cc0daaCopy full SHA for 2cc0daa
README.txt
@@ -9,6 +9,15 @@ Python Code to drive the Maplin/OWI "Edge" USB Robot arm. The main respository f
9
May work on Windows.
10
* Windows 8 [Windows Help](windows_setup/help.md)
11
12
+Quick Raspberry Pi Installation
13
+===============================
14
+
15
+On a terminal at the Raspberry Pi enter these commands:
16
17
+ curl https://raw.githubusercontent.com/orionrobots/python_usb_robot_arm/master/setup_arm.sh | sudo bash
18
19
+I suggest review the setup_arm.sh script above to see what it does.
20
21
Requirements
22
============
23
* Python 2.7 or 3
0 commit comments