Skip to content

Commit

Permalink
Updated install directions to use rye
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 27, 2024
1 parent 7d9a919 commit d550e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d550e82

Please sign in to comment.