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

Commit

Permalink
Publish package on pypi
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
ptrstn committed Dec 13, 2021
1 parent 0a06287 commit 5af6525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![PyPI version](https://badge.fury.io/py/deepl-translate.svg)](https://badge.fury.io/py/deepl-translate)
[![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)
[![codecov](https://codecov.io/gh/ptrstn/deepl-translate/branch/master/graph/badge.svg)](https://codecov.io/gh/ptrstn/deepl-translate)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand All @@ -9,7 +10,7 @@ An unofficial python package to translate text using [DeepL](https://www.deepl.c
## Installation

```bash
pip install git+https://github.com/ptrstn/deepl-translate
pip install deepl-translate
```

## Usage
Expand Down

0 comments on commit 5af6525

Please sign in to comment.