From c37c00c33ba846b37c0fc95df5d95b5345fb27b8 Mon Sep 17 00:00:00 2001
From: Animenosekai <40539549+Animenosekai@users.noreply.github.com>
Date: Fri, 11 Aug 2023 13:53:17 +0200
Subject: [PATCH] [readme] add PyPI to README
---
README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 4dc2580..bd69924 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
-
+[![PyPI - Status](https://img.shields.io/pypi/status/cain)](https://pypi.org/project/cain/)
[![GitHub - License](https://img.shields.io/github/license/Animenosekai/cain)](https://github.com/Animenosekai/cain/blob/master/LICENSE)
[![GitHub top language](https://img.shields.io/github/languages/top/Animenosekai/cain)](https://github.com/Animenosekai/cain)
[![CodeQL Checks Badge](https://github.com/Animenosekai/cain/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Animenosekai/cain/actions/workflows/codeql-analysis.yml)
@@ -29,6 +29,7 @@
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installing](#installing)
+ - [Option 1: From PyPI](#option-1-from-pypi)
- [Option 2: From Git](#option-2-from-git)
- [Usage](#usage)
- [Python](#python)
@@ -117,15 +118,15 @@ Incompatible versions: 2
Always check if your Python version works with `cain` before using it in production.
## Installing
-
+> This will install the latest version from PyPI
+
### Option 2: From Git
```bash