Python Embeddable Package On Windows
Last updated
Last updated
Download The Appropriate Python Embedded Version:
Extract From Zip and Open CMD In The Folder.
Python Environment Can Be Accessed With The python
Command.
Exit The Python Environment With import sys
and sys.exit()
Download and Drop To Folder.
Install Pip With python get-pip.py
Command In Folder CMD.
Open pythonx._pth File In The Folder In The Editor and Add The Lib/site-packages Line (at the end).
Verify Pip Installation With python -m pip list
Command In Folder CMD.
Install Library With python -m pip install
<library-name>
Create A Folder Named "app" In The Folder To Hold The Project Files and Drop The Project Files There.
python -m .\app\main.py