mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme update
This commit is contained in:
parent
7b7f669c49
commit
041a08a001
@ -23,6 +23,9 @@ next to your program, or **install the module with pip**:
|
||||
```
|
||||
pip3 install customtkinter
|
||||
```
|
||||
**Update existing installation:** ```pip3 install customtkinter --upgrade```\
|
||||
(from time to time bugs are getting fixed and new features are added)
|
||||
|
||||
PyPI: https://pypi.org/project/customtkinter/
|
||||
|
||||
### Example program (simple button):
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "1.2"
|
||||
__version__ = "1.3"
|
||||
|
||||
from .customtkinter_button import CTkButton
|
||||
from .customtkinter_slider import CTkSlider
|
||||
|
Loading…
Reference in New Issue
Block a user