From d550e828dd97ab270f5551d97d2205bb5eddf84e Mon Sep 17 00:00:00 2001 From: Natalie Fearnley Date: Mon, 27 May 2024 02:03:57 -0400 Subject: [PATCH] Updated install directions to use rye --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bb37ece..b94db659 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ To install the latest release of SizeBot, simply run: `pip install git+git://github.com/SizeDev/SizeBot@master` -## Installing with pipenv +## Installing with rye Clone to local directory -`pipenv install` +`rye sync --no-lock` -`pipenv run sizebot` +`rye run sizebot` ## Optional Requirements