Some aesthetic fixes.

Emiliano Vavassori 2024-01-01 12:58:47 +01:00
parent b7799c4da1
commit 883279b1a4
1 changed files with 20 additions and 16 deletions

@ -8,29 +8,33 @@ You can build `loaih` from the sources in [this same
site](/libreitalia/loaih/). site](/libreitalia/loaih/).
1. Clone the repository: 1. Clone the repository:
```
git clone https://git.libreitalia.org/libreitalia/loaih.git git clone https://git.libreitalia.org/libreitalia/loaih.git
```
2. Enter the directory with the sources: 2. Enter the directory with the sources:
```
cd loaih cd loaih
```
3. Build sources and distribution files: 3. Build sources and distribution files:
```
python3 setup.py bdist python3 setup.py bdist
```
4. If you have permissions (e.g. with `sudo`), you can install `loaih` 4. If you have permissions (e.g. with `sudo`), you can install `loaih`
system-wide: system-wide:
```
sudo python3 setup.py install sudo python3 setup.py install
```
## From Releases ## ## From Releases ##
When a new version is released, a binary artifact of the package will be When a new version is released, a binary artifact of the package will be
uploaded to this website in the [Release](/libreitalia/loiah/releases) uploaded to this website in the [Release](https://git.libreitalia.org/libreitalia/loiah/releases)
section. section.
1. Find the latest relaease in the [Release](/libreitalia/loaih/releases) 1. Find the latest relaease in the [Release](https://git.libreitalia.org/libreitalia/loaih/releases)
page and download the relative `.whl` file (e.g. `loaih-1.3.3-py3-none-any.whl`); page and download the relative `.whl` file (e.g. `loaih-1.3.3-py3-none-any.whl`);
2. Ensure you have the `wheel` package installed in your system: 2. Ensure you have the `wheel` package installed in your system:
``` ```