Installation
============

If MindRoot is already installed and running, skip to :doc:`LLM Plugin Installation <llm_plugin_installation>`.
If using pre-configured MindRoot hosting, skip to :doc:`LLM API Key <llm_api_key>`.

Create and enter a directory for your mindroot instance:

``mkdir ~/mymindroot && cd ~/mymindroot``

Usually you need to create a python virtual environment:

``python -m venv .venv``

And activate:

``source .venv/bin/activate``

Then just install with pip:

``pip install mindroot``
