From f2a2ae945d540b717762c294e3f4fd859fe7486b Mon Sep 17 00:00:00 2001 From: backwardspy Date: Wed, 26 Oct 2022 22:48:00 +0100 Subject: [PATCH] docs: add python section to top-level readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d870a5f..5c486f1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ - [Sass](#sass) - [Tailwind CSS](https://github.com/catppuccin/tailwindcss) (separate repository) - [Rust](#rust) + - [Python](#python) - Design - [Affinity](#affinity) - [Aseprite / LibreSprite](#aseprite) @@ -90,6 +91,17 @@ cargo add catppuccin More information and examples can be found on [crates.io](https://crates.io/crates/catppuccin), [docs.rs](https://docs.rs/catppuccin/latest/catppuccin/), and in the [`rust`](https://github.com/catppuccin/palette/tree/main/rust) folder. +### Python + +Install the package with `pip` or the dependency management tool of your choice: + +```bash +pip install catppuccin +``` + +Documentation and examples can be found in the +[`python`](https://github.com/catppuccin/palette/tree/main/python) folder. + ### Affinity 1. Clone this repository locally