From 32614ed0216cf912909d2b7ce7e92165a7c56d50 Mon Sep 17 00:00:00 2001 From: neodarz <neodarz@neodarz.net> Date: Sun, 6 Oct 2019 17:02:04 +0200 Subject: [PATCH] Update archlinux installation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5412b8..3ebd966 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,17 @@ run in an onion network, guaranteeing a strong anonymity. ### ➤ Archlinux - sudo pacman -S python python-pip leveldb python-plyvel libsodium - sudo pip install --upgrade libnacl duniterpy silkaj py-ubjson plyvel PySocks +From pacman repo: + + sudo pacman -S --needed python python-pip leveldb python-plyvel libsodium python-libnacl python-ubjson python-plyvel python-pysocks + +From AUR with [python-duniterpy](https://aur.archlinux.org/packages/python-duniterpy/) and [silkaj](https://aur.archlinux.org/packages/silkaj/): + + pikaur -S --needed python-duniterpy silkaj + +Not available as PKGBUILD but on pypi: + + sudo pip install --upgrade nest_asyncio ### ➤ Other Linux -- GitLab