Skip to content

Commit 3a93e6c

Browse files
committed
Update Python version requirement.
1 parent a58f1ed commit 3a93e6c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Cayenne agent is a full featured client for the `Cayenne IoT project builder
66
************
77
Requirements
88
************
9-
* `Python 3 <https://www.python.org/downloads/>`_.
9+
* `Python 3.3 or newer <https://www.python.org/downloads/>`_.
1010
* pip3 - Python 3 package manager. This should already be available in Python 3.4+ and above. If it isn't in can be installed using the system package manager. Via `apt-get` this would be:
1111
::
1212

myDevices-test.tar.gz

77.8 KB
Binary file not shown.

package.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DEPLOY_DIR=Cayenne-Agent
2+
mkdir $DEPLOY_DIR
3+
cp -rf myDevices $DEPLOY_DIR
4+
cp -rf scripts $DEPLOY_DIR
5+
cp -rf setup.py $DEPLOY_DIR
6+
BUILD_NAME="myDevices-test.tar.gz"
7+
tar -czf $BUILD_NAME $DEPLOY_DIR
8+
rm -rf $DEPLOY_DIR

0 commit comments

Comments
 (0)