Back to Browse

Part 2 - Django Desktop Deployment - Python & pip

31 views
Feb 6, 2026
4:02

Blog: https://www.jaimedcsilva.com/hello-world/part-2-embedded-python-pip/ In Part 2 of this series, we focus on using Embedded Python on Windows and installing pip, which is not included by default in the embeddable package. I start by showing where to download the official Windows Embedded Python distribution from python.org and which package to choose. Then, we download get-pip.py and install pip manually inside the embedded Python environment. To make pip installation possible, we modify the pythonx._pth file by enabling import site, explaining why this step is required. Once pip is installed, we proceed to install the Python modules needed for the next stages of the project, including Django and other supporting libraries. This step is essential for packaging a Django project into a standalone Windows application later in the series. ☕ Want to support my tutorials? https://buymeacoffee.com/jaimedcsilva 🔔 Subscribe for more tutorials #django #python #embeddedpython #pip #windows #softwaredevelopment #programming #tutorial #webdevelopment

Download

0 formats

No download links available.

Part 2 - Django Desktop Deployment - Python & pip | NatokHD