Skip to content
Snippets Groups Projects
Verified Commit 32614ed0 authored by neodarz's avatar neodarz
Browse files

Update archlinux installation

parent e392f801
No related branches found
No related tags found
No related merge requests found
Pipeline #6903 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment