Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 870 Bytes

File metadata and controls

38 lines (28 loc) · 870 Bytes

tkinter-embed

Install Tkinter for Embedded Python

Prerequisites

  1. Download pip.pyz or install pip:

  2. Install Setuptools first.

The following examples use the pip.pyz method for installation.

Installation Steps

Navigate to your embedded Python folder and run:

.\python pip.pyz install setuptools --target .
.\python pip.pyz install tkinter-embed --target .

Build Package

python -m build --sdist

Test Installation

pip install -v --target embed .\dist\tkinter_embed-1.0.0.tar.gz

Publish to PyPI

python -m twine upload dist/*