diff options
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 ``` |