pip install ilovepdfInstall the latest version directly from GitHub:
pip install -U git+https://github.com/ilovepdf/ilovepdf-python.git@main#egg=ilovepdfTest upcoming versions from TestPyPI:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ilovepdfNote: The
--extra-index-urlflag is required because TestPyPI doesn't host all dependency versions.
- Python 3.10 - 3.14
- Dependencies:
requests>=2.28.0,pyjwt>=2.4.0,python-dotenv>=1.0.0
python -m venv venv
source venv/bin/activate # Linux/Mac
# or
venv\Scripts\activate # Windows
pip install ilovepdf