krz/yoshi-cli
A password manager for the command line.
clone: git clone https://gitbay.org/krz/yoshi-cli.git
9d400ecdf336904b0da487e23b14c8a0eadfd41c
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2024-11-07T03:58:01Z
README.md | 15 +++++++-------- 1 file 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 ```