pip
Package installer for Python - downloads and installs packages.
Using pip Locally
With the JFrog Fly Desktop App (Recommended)
Ensure the Desktop App is installed, running, and configured for pip.
Simply use your standard commands - the Desktop App handles authentication automatically:
Download:
pip install <package-name>Alternatively: Manual Configuration
1. Generate an Access Token
2. Configure
Create ~/.config/pip/pip.conf (Linux/macOS) or %APPDATA%\pip\pip.ini (Windows):
[global]
index-url = https://<your-fly-username>:<your-fly-token>@<your-fly-subdomain>.jfrog.io/artifactory/api/pypi/pypi/simple3. Download
pip install <package-name>Using pip in CI/CD
pip is fully supported in GitHub Actions workflows configured with JFrog Fly.
Learn how to configure GitHub Actions →