Releases: liudonghua123/CipheyCore
Releases · liudonghua123/CipheyCore
0.3.2
Here are the steps on how to install ciphey on Python 3.9-3.12.
- Download
ciphey-5.14.0-py3-none-any.whl
(or you can download from PyPI and update ciphey-5.14.0-py3-none-any.whl/ciphey-5.14.0.dist-info/METADATA as followings) and appropriate cipheycore wheels from liudonghua123/CipheyCore. For instance, downloadcipheycore-0.3.2-cp311-cp311-win_amd64.whl
if you are using python 3.11 on Windows. - Install cipheycore and ciphey in sequence via
pip install <cipheycore/ciphey>.whl
. - Test via
ciphey --help
- Done!