# Building the docs Run the following from the MemGPT directory. 1. Install requirements: ``` pip install -r docs/requirements.txt ``` 2. Serve docs: ``` mkdocs serve ```