From 01d71fef896f6919c442b2954954e3a36ccde51c Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 6 Jan 2023 19:38:39 +0100 Subject: [PATCH] Add doc about pip install method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d20fd5b..1e79d24 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ apt install libmariadb-dev ## Installation +### Using pip + +Just run `pip install git+https://gitea.zionetrix.net/bn8/python-mylib.git` + +### From source + Just run `python setup.py install` **Note:** This project could previously use as independent python files (not as module). This old version is keep in *legacy* git branch (not maintained).