diff --git a/README.md b/README.md index 188b43d..0c99470 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,25 @@ Simple and versatile logging library for python 3.6 above. ## download install using pip: - +* windows ``` pip install "git+https://github.com/Los-had/logpy.git#egg=logpy" ``` +* linux +``` +python3 -m pip install "git+https://github.com/Los-had/logpy.git#egg=logpy" +``` ## documentation cooming soon! +## Contributing +clone the repo: +``` +git clone https://github.com/Los-had/logpy.git +``` + +create a fork of the repository and submit a pull request + ## License [MIT](https://github.com/Los-had/logpy/LICENSE)