Update README.rst

This commit is contained in:
Kumi 2021-04-19 05:03:33 +00:00
parent 3761a681cc
commit 2b818b78e8

View file

@ -7,21 +7,7 @@ Invoice/Receipt Generator.
Dependency
----------
* Reportlab
* Python 2.6+/3.3+
+-------------------+-------------------+-------------------+-------------------+-------------------+
| | Python 2.6 | Python 2.7 | Python 3.3 | Python 3.4 |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 2.6 | ✓ | ✓ | | |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 2.7 | ✓ | ✓ | | |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.0 | | ✓ | ✓ | ✓ |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.1.44 | | ✓ | ✓ | ✓ |
+-------------------+-------------------+-------------------+-------------------+-------------------+
| Reportlab 3.2 | | ✓ | ✓ | ✓ |
+-------------------+-------------------+-------------------+-------------------+-------------------+
* Only tested with Python >3.6 may work with any Python >2.6 with a corresponding Reportlab version, but no promises. Use Python3!
Install
-------