File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,21 @@ It also provides a bit-banged SPI implementation that can be used for shields th
1111Installation
1212------------
1313
14- The easiest way to install ` pyduino-includes ` is using
14+ ### For use in Portal
15+
16+ Download and extract the latest release zip file to Portal's ` snappyImages ` directory.
17+ By default, this is located at ` ...\Documents\Portal\snappyImages ` on Windows.
18+
19+ ### For use with SNAPbuild
20+
21+ The easiest way to install ` pyduino-includes ` for use with SNAPbuild is using
1522[ pip] ( https://pip.pypa.io/en/latest/installing.html ) :
1623
17- pip install git+ssh://git@git. synapse-wireless.com/tyler.crumpton /pyduino-includes.git@master
24+ pip install git+ssh://git@github.com: synapse-wireless/pyduino-includes.git@master
1825
1926Alternatively you can download the source, extract it, and install it:
2027
2128 python setup.py install
22-
23- (Eventually the package will be pushed to our pip repo, and won't require GitLab access.)
2429
2530Usage
2631-------------
You can’t perform that action at this time.
0 commit comments