diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 23:27:55 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 23:27:55 -0600 |
commit | fe31857c7d5b90c90784d83b12326c0ba80ff019 (patch) | |
tree | a9f87550c178ed3dd15120c1775bceb169fd5132 /yoshi_cli.egg-info/PKG-INFO | |
parent | 84fbb3ea67f802bab3d990c651e6c47430cfd4d7 (diff) | |
download | yoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.tar.gz yoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.tar.bz2 yoshi-cli-fe31857c7d5b90c90784d83b12326c0ba80ff019.zip |
fix pylint errors
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 |