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:
pip install ocular-ai
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:
pip show ocular-ai
If you get the package name , version ,location then it is succesfully installed

Troubleshooting

If you encounter any issues during installation:
  1. Ensure your Python version is 3.8 or higher
  2. Update pip to the latest version: pip install --upgrade pip
  3. If behind a firewall, check proxy settings
For persistent installation problems, please refer to our GitHub Issues or contact support.