Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 5af6525

Browse files
committed
Publish package on pypi
Closes #14
1 parent 0a06287 commit 5af6525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![PyPI version](https://badge.fury.io/py/deepl-translate.svg)](https://badge.fury.io/py/deepl-translate)
12
[![Python Package](https://github.com/ptrstn/deepl-translate/actions/workflows/python-package.yml/badge.svg)](https://github.com/ptrstn/deepl-translate/actions/workflows/python-package.yml)
23
[![codecov](https://codecov.io/gh/ptrstn/deepl-translate/branch/master/graph/badge.svg)](https://codecov.io/gh/ptrstn/deepl-translate)
34
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -9,7 +10,7 @@ An unofficial python package to translate text using [DeepL](https://www.deepl.c
910
## Installation
1011

1112
```bash
12-
pip install git+https://github.com/ptrstn/deepl-translate
13+
pip install deepl-translate
1314
```
1415

1516
## Usage

0 commit comments

Comments
 (0)