[aur-dev] [PATCH] Add instructions to install needed python modules

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 13 09:18:15 UTC 2015


On Sun, 13 Dec 2015 at 02:12:03, Mark Weiman wrote:
> Signed-off-by: Mark Weiman <mark.weiman at markzz.com>
> ---
>  INSTALL | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/INSTALL b/INSTALL
> index d68fa26..2e89c18 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -49,12 +49,16 @@ Setup on Arch Linux
>      # ln -s ../../git-interface/git-update.py hooks/update
>      # chown -R aur .
>  
> -7) Install the git-auth wrapper script:
> +7) Install Needed Python Modules:
> +
> +    # pacman -S python-mysql-connector python-pygit2
> [...]

Good idea. Applied, thanks!


More information about the aur-dev mailing list