Skip to content

Commit

Permalink
require reasonably modern Twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
ransford committed Feb 11, 2016
1 parent d8c4906 commit ab47986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pip-requirements.txt
@@ -1 +1 @@
twisted
Twisted>=15.5.0
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -29,9 +29,10 @@ sllurp is distributed under version 3 of the GNU General Public License. See

## Quick Start

Install a version of [Twisted][] appropriate for your Python installation. For
Windows users, choose the appropriate `.exe` installer at the Twisted website,
and install [zope.interface][] with the same parameters.
Install a version of [Twisted][] appropriate for your Python installation.
Non-Windows users can simply `pip install -r .pip-requirements.txt`.
Windows users must choose the appropriate `.exe` installer at the Twisted
website, and install [zope.interface][] with the same parameters.

To connect to a reader and perform EPC Gen 2 inventory for 10 seconds:

Expand Down

0 comments on commit ab47986

Please sign in to comment.