This commit is contained in:
parent
ad04357c6b
commit
01d71fef89
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ apt install libmariadb-dev
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Using pip
|
||||||
|
|
||||||
|
Just run `pip install git+https://gitea.zionetrix.net/bn8/python-mylib.git`
|
||||||
|
|
||||||
|
### From source
|
||||||
|
|
||||||
Just run `python setup.py install`
|
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).
|
**Note:** This project could previously use as independent python files (not as module). This old version is keep in *legacy* git branch (not maintained).
|
||||||
|
|
Loading…
Reference in a new issue