Installation
The page describes how to install loaih
to help build the AppImages.
From sources
You can build loaih
from the sources in this same
site.
-
Clone the repository:
git clone https://git.libreitalia.org/libreitalia/loaih.git
-
Enter the directory with the sources:
cd loaih
-
Build sources and distribution files:
python3 setup.py bdist
-
If you have permissions (e.g. by elevating privileges with sudo
), you can
install loaih
system-wide:
sudo python3 setup.py install
From Releases
When a new version is released, a binary artifact of the package will be
uploaded to this website in the Release
section.
-
Find the latest release in the
Release page and
download the relative .whl
file (e.g. loaih-1.3.3-py3-none-any.whl
);
-
Ensure you have the wheel
package installed in your system:
pip install wheel
-
Use pip
to install the wheel you downloaded:
pip install /path/to/loaih-1.3.3-py3-none-any.whl
From PyPI
Finally, the quickest way to have a working version of loaih
is to install
it directly from PyPI:
pip install loaih
Upgrading to new versions of loaih
is easier with pip
, also:
pip install --upgrade loaih
Test that loaih
works
Just execute loaih
from the command line with any further options:
loaih
Home — Prerequisites —
Core concepts — Usage - versions —
Usage - manual build — Usage - batch build