Skip to content

Commit ad46564

Browse files
committed
Upgraded README.
1 parent 508259e commit ad46564

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Scrollable containers which *just work*:tm:!
2-
32
If you have developed GUI applications, you probably know the pain of designing a clean front-end only to find that
43
your application window is too large for your client's screen. Making the content scrollable is not straightforward (at
54
least in Tkinter). Especially not after you have already written a lot of code to draw the content.
65

7-
You can use `ScrollableContainers` to reduce headaches. Run the following commands to install the package.
8-
9-
```shell
10-
git clone https://github.com/tfpf/ScrollableContainers.git
11-
cd ScrollableContainers
12-
pip install .
13-
```
14-
15-
To update your installation, run the following commands from the root directory of the repository.
6+
You can use `ScrollableContainers` to reduce headaches. Run the following command to install the package.
167

178
```shell
18-
git pull
19-
pip install .
9+
pip install git+https://github.com/tfpf/ScrollableContainers.git
2010
```
2111

2212
## `ScrollableFrameTk`

0 commit comments

Comments
 (0)