From 2be2b4543698d19663e6df5969ee4c97b0917a62 Mon Sep 17 00:00:00 2001 From: Yurii Dubinka Date: Thu, 3 Feb 2022 09:07:34 +0200 Subject: [PATCH] #62: Add download stats --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f694721..891127b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](./license.txt) [![Versions](https://img.shields.io/badge/semver-2.0-green)](https://semver.org/spec/v2.0.0.html) [![PyPI version](https://badge.fury.io/py/g2w.svg)](https://badge.fury.io/py/g2w) +[![Downloads](https://pepy.tech/badge/g2w)](https://pepy.tech/project/g2w) [![](https://img.shields.io/docker/pulls/dgroup/g2w.svg)](https://hub.docker.com/r/dgroup/g2w "Image pulls") [![](https://images.microbadger.com/badges/image/dgroup/g2w.svg)](https://microbadger.com/images/dgroup/g2w "Image layers") [![Commit activity](https://img.shields.io/github/commit-activity/y/dgroup/g2w.svg?style=flat-square)](https://github.com/dgroup/g2w/graphs/commit-activity) @@ -158,6 +159,15 @@ curl --request POST \ ], "total_commits_count": 4 }' +``` +## Build +```bash +# Using *.sh file on Linux, Unix, OSX +> ./build.sh + +# Using make +make virtualenv install test + ``` ## Install it from PyPI @@ -167,4 +177,4 @@ pip install g2w ``` ## Materials & Links -* http://www.md5.cz - generate WS hash \ No newline at end of file +* http://www.md5.cz - generate WS hash