Installation#
To install hycrypt using pip
:
pip install hycrypt
Or build the module yourself. Make sure you have python-build installed, if not:
sudo pacman -Syu python-build
For python-build installation on your specific system, please refer to your favorite package manager’s manual. Once, python-build is installed:
git clone https://gitlab.com/hycrypt/hycrypt
cd hycrypt
python -m build
pip install .