Skip to content

Commit abf1497

Browse files
authored
Require 3.7+
1 parent d5b246d commit abf1497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Module for converting 2D Python lists to fancy ASCII/Unicode tables
2323
- [Terminal outputs](#terminal-outputs)
2424
- [🧰 Development](#-development)
2525

26-
2726
## 📥 Installation
2827

2928
``pip install table2ascii``
3029

30+
**Requirements:** `Python 3.7+`
31+
32+
(For Python 3.6, installing `dataclasses` is required)
3133

3234
## 🧑‍💻 Usage
3335

0 commit comments

Comments
 (0)