Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ By default, this is located at `..\Documents\Portal\snappyImages` on Windows.
The easiest way to install `pyduino-lcd` for use with SNAPbuild is using
[pip](https://pip.pypa.io/en/latest/installing.html):

git+https://github.com/synapse-wireless/pyduino-lcd.git@master
pip install git+https://github.com/synapse-wireless/pyduino-lcd.git@master --process-dependency-links

Alternatively you can download the source, extract it, and install it:
Alternatively you can clone or download and extract the source, and install it:

python setup.py install
pip install ./pyduino-lcd --process-dependency-links
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
'pyduinoincludes==2.1.0',
'snappyatmega==1.0.1'
],
dependency_links=[
"git+https://github.com/synapse-wireless/pyduino-includes.git@v2.1.0#egg=pyduinoincludes-2.1.0",
"git+https://github.com/synapse-wireless/snappy-atmega.git@v1.0.1#egg=snappyatmega-1.0.1"
],
vcversioner={
'version_module_paths': ['pyduinolcd/_version.py'],
},
Expand Down