Skip to content

Commit 325fdff

Browse files
authored
Update README.md
1 parent 3d9004f commit 325fdff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Quick Raspberry Pi Installation
77

88
On a terminal at the Raspberry Pi enter these commands:
99

10-
curl https://raw.githubusercontent.com/orionrobots/python_usb_robot_arm/master/setup_arm.sh | sudo bash
10+
curl https://raw.githubusercontent.com/orionrobots/python_usb_robot_arm/main/setup_arm.sh | sudo bash
1111

1212
I suggest review the setup_arm.sh script above to see what it does.
1313

1414
Requirements for Other OS
1515
==========================
1616

17-
This has previously been tested on Linux, OSX and Windows. OSX and Windows require signed drivers which may not easily be avialable.
17+
This has previously been tested on Linux, OSX and Windows. OSX and Windows require signed drivers which may not easily be available.
1818

19-
* Python 2.7 or 3
19+
* Python 3 or 2.7
2020
* Libusb (on linux, mac or windows - http://sourceforge.net/projects/libusb-win32/files/latest/download) - the apt-get package will work.
2121
* pyusb via pip
2222

@@ -152,4 +152,4 @@ Related Work
152152
* [An alternative Objective-C control program](https://armctrl.codeplex.com)
153153
* Device assembly manual https://www.robotshop.com/media/files/pdf/owi-535_manual.pdf
154154
* [OWI (manufacturer) information](http://www.owirobots.com/cart/catalog/OWI-535USB-ROBOTIC-ARM-KIT-with-USB-PC-INTERFACE-Assembled-103.html)
155-
155+
* [PCB Scans](https://kyllikki.github.io/EdgeRobotArm/)

0 commit comments

Comments
 (0)