diff options
Diffstat (limited to 'yoshi_cli.egg-info/PKG-INFO')
-rw-r--r-- | yoshi_cli.egg-info/PKG-INFO | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yoshi_cli.egg-info/PKG-INFO b/yoshi_cli.egg-info/PKG-INFO index 085f3f6..028454d 100644 --- a/yoshi_cli.egg-info/PKG-INFO +++ b/yoshi_cli.egg-info/PKG-INFO @@ -48,8 +48,7 @@ To run the script locally, run the following commands: ```bash git clone REPO_URL cd yoshi -pip3 install -r requirements.txt -python3 src/yoshi/cli.py --help +pip install . ``` # Usage |