docs: add python section to top-level readme
This commit is contained in:
parent
a79fafcecf
commit
f2a2ae945d
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -23,6 +23,7 @@
|
||||||
- [Sass](#sass)
|
- [Sass](#sass)
|
||||||
- [Tailwind CSS](https://github.com/catppuccin/tailwindcss) (separate repository)
|
- [Tailwind CSS](https://github.com/catppuccin/tailwindcss) (separate repository)
|
||||||
- [Rust](#rust)
|
- [Rust](#rust)
|
||||||
|
- [Python](#python)
|
||||||
- Design
|
- Design
|
||||||
- [Affinity](#affinity)
|
- [Affinity](#affinity)
|
||||||
- [Aseprite / LibreSprite](#aseprite)
|
- [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/),
|
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.
|
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
|
### Affinity
|
||||||
|
|
||||||
1. Clone this repository locally
|
1. Clone this repository locally
|
||||||
|
|
Loading…
Reference in a new issue