SeaCogs/README.md
SeaswimmerTheFsh 21e84d941e
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 42s
misc(repo): added documentation status ci/cd badge
2024-01-04 17:23:59 -05:00

25 lines
547 B
Markdown

# SeaCogs
[![Documentation Status](https://readthedocs.org/projects/seacogs/badge/?version=latest)](https://seacogs.readthedocs.io/en/latest/?badge=latest)
My assorted cogs for Red-DiscordBot.
## Development
To get started with a development environment, first clone this repository.
```sh
git clone https://coastalcommits.com/SeaswimmerTheFsh/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
```