Commit 92e4a3b6 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Added Python version requirement on README

parent 6e0d8bfe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Introduction
============
The [kinetic-protocol](https://github.com/Seagate/kinetic-protocol) python client.
Requires Python 2.7.3 or higher. Python 3.x is not supported.

Installing latest stable release
================================
@@ -15,6 +16,11 @@ Installing from Source
    git submodule update --init
    python setup.py develop

For devices with old firmware code:

    git checkout 0.7.3
    python setup.py develop

Running Tests
=============
The tests need a Kinetic device to run. You can use the simulator available at https://github.com/Seagate/kinetic-java.