From 13eec5a60efb33ea77b35b0606dc76867c428162 Mon Sep 17 00:00:00 2001 From: Lasote Date: Fri, 2 Sep 2016 16:32:39 +0200 Subject: [PATCH] Arch installer --- installation.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/installation.rst b/installation.rst index ac495d3d3392..b150f5be5428 100644 --- a/installation.rst +++ b/installation.rst @@ -48,13 +48,34 @@ From 0.9 conan has "experimental/testing" Python3 support too. Try with virtualenvs, or install with other user ``$ pip install --user conan`` Install from brew (OSX) ----------------------------------- +----------------------- There is a brew recipe, so in OSX, you can install conan with :: $ brew update $ brew install conan + + +Install from AUR (Arch Linux) +----------------------------- +You can find the package `here `_. +The easiest way is using **pacaur** tool: + +:: + + $ pacaur -S conan + + +Or you can also use ``makepkg`` and install it following the `AUR docs: installing packages `_. + +Just remember to install two conan dependencies first. They are not in the official +repositories but there are in **AUR** repository too: + +- python-patch +- python-fasteners + + Initial configuration ---------------------