From 681553586c5ec089b1885433e6a0caf099c8190b Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:50:59 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff24fa3..fe361f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ :snake: tools for performing various operations on ALTO XML files
@@ -12,7 +12,13 @@ ## Installation -Clone the repository, enter it and run +You can install from [PyPI](https://pypi.org/project/alto-tools/) by running + +```bash +pip install alto-tools +``` + +or clone the repository, enter it and run ```bash pip install .