add Python 3 warning

pull/5/head 1.2.3
Andy 2016-10-16 00:40:01 -07:00
parent 6be04c6750
commit 223b6b83a5
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ Some included tools:
- compute **inverse arc length** - compute **inverse arc length**
- convert RGB color tuples to hexadecimal color strings and back - convert RGB color tuples to hexadecimal color strings and back
Note on Python 3
----------------
While I am hopeful that this package entirely works with Python 3, it was born from a larger project coded in Python 2 and has not been thoroughly tested in
Python 3. Please let me know if you find any incompatibilities.
Prerequisites Prerequisites
------------- -------------