Installation
Installation¶
The Hovercode SDK supports Python 3.9+.
python -m pip install hovercode
Optional extras¶
If you want .env file support via python-dotenv:
python -m pip install "hovercode[dotenv]"
Development install¶
For development (tests, linting, typing, security, docs):
python -m pip install -e ".[dev,docs]"
Verify installation¶
python -c "from hovercode import HovercodeClient; print(HovercodeClient)"