Skip to content

Commit

Permalink
update README.md: need at least python 2.7
Browse files Browse the repository at this point in the history
2.6 should work, but you'll need to supply argparse.
  • Loading branch information
sspiff committed Oct 1, 2014
1 parent ca6a1bd commit 2a60768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ To use it, you provide narvi with an account identifier, such as `you@mail.com`,
* Uses scrypt as its hashing function, with configurable hashing parameters.
* Arbitrary, user-defined account identification (salt).
* Supports multiple word schemes to support various password policies.
* Portable command line utility written in Python that runs on any system with Python (>= 2.6 and < 3).
* Portable command line utility written in Python that runs on any system with
Python (2.7 <= v < 3).
* Distributed as a single, OS-agnostic file (zipped Python).
* Includes fast, native scrypt libraries for Windows, Mac, and Linux, with a pure Python implementation for other systems.

Expand Down

0 comments on commit 2a60768

Please sign in to comment.