Python 3 only

This commit is contained in:
Andrew Chow 2018-02-15 11:30:18 -05:00
parent bd33b530b6
commit cb483feb46

View File

@ -4,11 +4,7 @@ This project contains several scripts for interacting with Bitcoin hardware wall
## Using
You will need a version of Python (2 or 3, does not matter). The main script is `hwi.py`.
## Developing
The scripts are designed to be used in both Python 2 and 3 applications, so all function calls must be valid in Python 2 and 3.
You will need Python 3. The main script is `hwi.py`.
## License