Skip to content

Commit 925084b

Browse files
committed
Updated README.
1 parent aeedd0f commit 925084b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ cd ScrollableContainers
1212
pip install .
1313
```
1414

15+
To update your installation, run the following commands from the root directory of the repository.
16+
17+
```shell
18+
git pull
19+
pip install .
20+
```
21+
1522
## `ScrollableFrameTk`
1623
A full implementation of a scrollable frame in Tkinter.
1724
* Handles resize events correctly.

0 commit comments

Comments
 (0)