Skip to content

Commit 342f4eb

Browse files
author
kirk-sfe
authored
Create README.md
1 parent 030ddad commit 342f4eb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Qwiic_SCMD_Py
2+
Python module for the qwiic serial control motor driver
3+
4+
5+
6+
## Installation
7+
To install, make sure the setuptools package is installed on the system.
8+
9+
Direct installation at the command line:
10+
```
11+
$ python setup.py install
12+
```
13+
14+
To build a package for use with pip:
15+
```
16+
$ python setup.py sdist
17+
```
18+
A package file is built and placed in a subdirectory called dist. This package file can be installed using pip.
19+
```
20+
cd dist
21+
pip install sparkfun_qwiic_scmd-0.8.6.tar.gz

0 commit comments

Comments
 (0)