SeaCogs/README.md
cswimr 9cba1767e6
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 22s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 39s
fix(repo): update all instances of SeaswimmerTheFsh to cswimr
2024-08-27 14:25:14 -04:00

27 lines
755 B
Markdown

# SeaCogs
[![Discord](https://img.shields.io/discord/1070058354925383681?logo=discord&color=%235661f6)](https://discord.gg/eMUMe77Yb8)
[![Documentation](https://img.shields.io/badge/docs-CoastalCommits%20Pages-3e83fd?logo=materialformkdocs)](https://seacogs.coastalcommits.com)
![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11-%233776ab?logo=python)
My assorted cogs for Red-DiscordBot.
## Development
To get started with a development environment, first clone this repository.
```sh
git clone https://coastalcommits.com/cswimr/SeaCogs.git
```
Then, install Poetry.
```sh
pip install poetry
```
Finally, use Poetry to create a virtual environment with all of the dependencies required by my cogs.
```sh
poetry install
```