From b34e7148f0d2c0445f59d379c3e8cc35e30a37e9 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Tue, 15 Jul 2025 16:54:47 -0700 Subject: Project installation guides from poetry to uv --- .../resources/guides/pydis-guides/contributing/bot.md | 12 ++++++------ .../guides/pydis-guides/contributing/sir-lancebot.md | 6 +++--- .../resources/guides/pydis-guides/contributing/site.md | 7 +++---- 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'pydis_site/apps/content/resources') diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md index 173025fd..6c27cfae 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md @@ -16,9 +16,9 @@ This page will focus on the quickest steps one can take, with mentions of altern Below are the dependencies you **must** have installed to get started with the bot. 1. Make sure you have [Python 3.12](https://www.python.org/downloads/) installed. It helps if it is your system's default Python version. -1. [Install Poetry](https://github.com/python-poetry/poetry#installation). -1. [Install the project's dependencies](../installing-project-dependencies). -1. Docker. +2. [Install uv](https://github.com/astral-sh/uv#installation). +3. [Install the project's dependencies](../installing-project-dependencies). +4. Docker.