Install & Setup
Install kern SDK
We highly recommend:
- Installing
kernusingpipin a python virtual environment.
Create a virtual environment
1python3 -m venv ~/.venvs/kern2source ~/.venvs/kern/bin/activate1python3 -m venv agnoenv2agnoenv/scripts/activateInstall kern
Install kern using pip
1pip install -U kern-aiNote
If you encounter errors, try updating pip using python -m pip install --upgrade pip
Upgrade kern
To upgrade kern, run this in your virtual environment
1pip install -U kern-ai --no-cache-dir