Skip to content

Commit e9e1660

Browse files
committed
Packaging
1 parent e1a2d07 commit e9e1660

File tree

6 files changed

+376
-0
lines changed

6 files changed

+376
-0
lines changed

LICENSE.txt

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from distutils.core import setup
2+
3+
setup(
4+
name='UsbArm',
5+
version='0.1dev',
6+
packages=['usb_arm',],
7+
license='Creative Commons By Attribution Share-Alike v3.0',
8+
long_description=open('readme.md').read(),
9+
)

setup_arm.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/env bash
2+
sudo apt-get install python3-libusb python3-pip
3+
pip3 install pyusb
4+
pip3 install git+https://github.com/orionrobots/python_usb_robot_arm
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)