SeaCogs/README.md
SeaswimmerTheFsh fa30a79b06
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 42s
misc(repo): added development instructions to my readme
2023-12-28 06:11:18 -05:00

400 B

SeaCogs

My assorted cogs for Red-DiscordBot.

Development

To get started with a development environment, first clone this repository.

git clone https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs.git

Then, install Poetry.

pip install poetry

Finally, use Poetry to create a virtual environment with all of the dependencies required by my cogs.

poetry install