- python 3
- pycrypto
- docopt
- six
Install the requirements using
pip install -r requirements.txt
We recommend using virtualenv to not install these requirements into the global environment.
See:
./des.py --help
Run the unit tests using:
python3 test_des.py