Skip to content

Commit fa21e13

Browse files
committed
Add Portal installation instructions to README.
1 parent cd3839e commit fa21e13

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,21 @@ It also provides a bit-banged SPI implementation that can be used for shields th
1111
Installation
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

1926
Alternatively 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

2530
Usage
2631
-------------

0 commit comments

Comments
 (0)