Skip to content

Commit

Permalink
README updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
Los-had committed Feb 1, 2022
1 parent 8eaaf8c commit 434b741
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 434b741

Please sign in to comment.