1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Installation
============
.. rubric:: Requirements
- Linux, Windows, OSX
- Python 3 with tkinter + ttk (default for Windows but not for Linux) and babel
.. rubric:: Install
- Ubuntu: use the PPA `ppa:j-4321-i/ppa <https://launchpad.net/~j-4321-i/+archive/ubuntu/ppa>`__
::
$ sudo add-apt-repository ppa:j-4321-i/ppa
$ sudo apt-get update
$ sudo apt-get install python3-tkcalendar
- Archlinux:
The package is available on `AUR <https://aur.archlinux.org/packages/python-tkcalendar>`__
- With pip:
::
$ pip install tkcalendar
|