Skip to content

Commit afbd6a1

Browse files
authored
Update README.md
1 parent 115eb50 commit afbd6a1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ Python uses a GUI library called Tkinter as default. This set of classes allows
1111

1212
## Installation
1313

14-
```pip install tkintertable``` or ```easy_install tkintertable```
14+
```
15+
pip install tkintertable
16+
```
1517

16-
You can clone the current source using
18+
Install latest from github:
1719

20+
```
21+
pip install -e git+https://github.com/dmnfarrell/tkintertable.git#egg=tkintertable
22+
```
23+
24+
You can clone the current source using:
25+
26+
```
1827
git clone https://github.com/dmnfarrell/tkintertable.git
28+
```
1929

2030
## Usage
2131

@@ -28,4 +38,3 @@ For programmers, the module documentation is at http://dmnfarrell.github.io/tkin
2838
## See also
2939

3040
https://github.com/dmnfarrell/pandastable
31-

0 commit comments

Comments
 (0)