From 6dde4dd0bc5e5f91f89587c75a30c9ef7a24494c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 23:23:27 -0600 Subject: package as a cli app --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f6ae396..8c04013 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ 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 +pip install . ``` # Usage @@ -43,7 +42,7 @@ python3 main.py --help [(Back to top)](#table-of-contents) All commands can be passed to the program with the following template: -`python3 main.py ` +`python3 src/yoshi/cli.py ` ![Yoshi CLI Help](./examples/yoshi-help.png) -- cgit v1.2.3-70-g09d2