From 9d400ecdf336904b0da487e23b14c8a0eadfd41c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 21:58:01 -0600 Subject: update README --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0ecf2bd..f6ae396 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,20 @@ information. [(Back to top)](#table-of-contents) -To run the script locally, run the following commands: +## PyPi ```bash -git clone REPO_URL +pip install yoshi-cli ``` -```bash -cd yoshi -``` +## Manual -```bash -pip3 install -r requirements.txt -``` +To run the script locally, run the following commands: ```bash +git clone REPO_URL +cd yoshi +pip3 install -r requirements.txt python3 main.py --help ``` -- cgit v1.2.3-70-g09d2