From dbf002a89907e37c5a4edac31626901e92c92a81 Mon Sep 17 00:00:00 2001 From: Tyler Crumpton Date: Wed, 3 Feb 2016 17:50:47 -0600 Subject: [PATCH 1/2] Add dependency link to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 16a5436..0a7c87a 100644 --- a/setup.py +++ b/setup.py @@ -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'], }, From ae4e5af1cef1053ffb2f5ca03a55d4f23623b9b1 Mon Sep 17 00:00:00 2001 From: Tyler Crumpton Date: Wed, 3 Feb 2016 18:06:57 -0600 Subject: [PATCH 2/2] Update README with new pip-install info. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37a7c0e..b3976c8 100644 --- a/README.md +++ b/README.md @@ -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