diff --git a/README.md b/README.md
index 63b3ac34..477c5285 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,11 @@
# Nextcore
- A low level Discord API wrapper.
-
+ A low-level Discord API wrapper.
+
+ [](https://pypi.org/project/nextcore "We're on pypi!")
+ [](https://pypi.org/project/nextcore "Supported python versions.")
+
### ✨ Features
@@ -29,6 +32,26 @@
+
+
+ # Install
+
+
+
+### 🎉 We're available on pypi!
+```sh
+# Pip
+pip install novacore
+
+# Poetry
+poetry add nextcore
+```
+⚡ Speed ups are also available with the optional ``[speed]`` package.
+```sh
+pip install nextcore[speed]
+```
+
+
# Examples
diff --git a/pyproject.toml b/pyproject.toml
index c5ea0406..b9699d5c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nextcore"
-version = "2.0.2"
+version = "2.0.3"
description = "A low level Discord API wrapper"
authors = ["tag-epic"]
license = "MIT"
@@ -38,7 +38,7 @@ types-frozendict = "^2.0.6" # Could we extend the version requirement
typing-extensions = "^4.1.1" # Same as above
orjson = {version = "^3.6.8", optional = true}
types-orjson = {version = "^3.6.2", optional = true}
-discord-typings = "^0.5.0"
+discord-typings = "^0.9.0"
[tool.poetry.group.dev.dependencies]
Sphinx = "^5.0.0"