# RSE@PSI Website [https://rse.pages.psi.ch/RSE-PSI-Website/](https://rse.pages.psi.ch/RSE-PSI-Website/) ## Build Instructions 1. Install the required dependencies: ```bash pip install -r requirements.txt ``` 2. [Build the website](https://www.mkdocs.org/getting-started/): ```bash mkdocs serve ```