Installation ============ If MindRoot is already installed and running, skip to :doc:`LLM Plugin Installation `. If using pre-configured MindRoot hosting, skip to :doc:`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``