From e10e7ab834a6f5f34b47a673b66dd24b451fb221 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Dec 2022 14:07:46 +0000 Subject: [PATCH] Arch installation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0e25d3a38..d007957b7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,17 @@ sudo pacman -S tor python-pip python-pysocks python-cryptography \ sudo pip3 install pyqrcode pypng ``` +One package needs to be built manually from the Arch User Repository (AUR), since it is not included in the usual repositories. + +``` bash +su - epicyon +cd /tmp +git clone https://aur.archlinux.org/python-django-timezone-field.git +cd python-django-timezone-field.git +makepkg -sir +exit +``` + Or on Debian: ``` bash