Arch linux setup documentation

This commit is contained in:
Nadja Reitzenstein 2022-05-12 16:36:19 +02:00
parent dd3924546d
commit 5631c18d8a
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# fabaccess-docs
Documentation for the fabaccess project.
Documentation for the fabaccess project.
## Setup
### Archlinux
Install required packages:
```shell
$ pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark
```