Projects

Installing the Appy framework on Arch has nothing specifc. This page explains how to patch a standard install to use the Appy git master branch instead of the last Appy as published on PyPI.

First, install Appy in a virtualenv as explained here.

Suppose you have installed this virtualenv in /root/.venv.

Appy has been installed in /root/.venv/lib/python3.[version]/site-packages/appy. [version] refers to the last Python3 sub-version.

Suppose you have git pulled the Appy master in /root/appy.

Then:

cd /root/.venv/lib/python3.[version]/site-packages
rm -rf appy
ln -s /root/appy