diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:58:01 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 21:58:01 -0600 |
commit | 9d400ecdf336904b0da487e23b14c8a0eadfd41c (patch) | |
tree | 4052c2e34013eddbaa29c64e7d4fe2cd9ee6ff52 /README.md | |
parent | 3d54f3422acc610ef8c80e72db89e9bcbe88779f (diff) | |
download | yoshi-cli-9d400ecdf336904b0da487e23b14c8a0eadfd41c.tar.gz yoshi-cli-9d400ecdf336904b0da487e23b14c8a0eadfd41c.tar.bz2 yoshi-cli-9d400ecdf336904b0da487e23b14c8a0eadfd41c.zip |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 ``` |