# How to setup ReadTheDocs locally 1. Execute `python(3) -m venv venv` (depending on your python version and aliases) 2. Execute `source venv/bin/activate` 3. Execute `pip install -r requirements.txt` 4. You can now test the page appearance as described [here](./test-locally.md)