13 lines
233 B
Markdown
13 lines
233 B
Markdown
# 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
|
|
``` |