.. _user_guide_installation: ***************** Installation ***************** You can install from pip or build from `source `_. First, create a virtual environment and activate it: .. code-block:: bash python3.10 -m venv cognify-env source cognify-env/bin/activate Install with pip ---------------- .. code-block:: bash pip install cognify-ai Build from Source ----------------- .. code-block:: bash git clone https://github.com/GenseeAI/cognify cd cognify pip install -e .