Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Installation is just a case of downloading the `jwt_tool.py` file (or `git clone
(`chmod` the file too if you want to add it to your *$PATH* and call it from anywhere.)

`$ git clone https://github.com/ticarpi/jwt_tool`
`$ python3 -m pip install termcolor cprint pycryptodomex requests`
`$ pip3 install -r requirements.txt`

On first run the tool will generate a config file, some utility files, logfile, and a set of Public and Private keys in various formats.

Expand Down