Install pip: Download get-pip.py and run python get-pip.py to install pip. Update PATH: Add Python’s Scripts folder to your PATH (e.g., C:\dev\tools\python-3.13.2\Scripts). Verify pip: Run python -m pip --version to check if pip works. Install packages: Use python -m pip install gitpython to install packages.