SDK : Get started
Installation
Description of your new file.
Installation Guide
Prerequisites
Before installing the OcularAI SDK, ensure you have:
- Python 3.8 or higher
- pip (Python package installer)
- An OcularAI account with API access
We recommend using a virtual environment (venv, conda, or pipenv) to avoid dependency conflicts with other projects.
Standard Installation
Install the SDK using pip:
This installs the latest stable version of the SDK from PyPI (Python Package Index).
Verifying Installation
After installation, verify that the SDK is correctly installed by running:
If you get the package name , version ,location then it is succesfully installed
Troubleshooting
If you encounter any issues during installation:
- Ensure your Python version is 3.8 or higher
- Update pip to the latest version:
pip install --upgrade pip
- If behind a firewall, check proxy settings
For persistent installation problems, please refer to our GitHub Issues or contact support.