Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 698 Bytes

dash_hash (python) v1.4.0

Python module for Dash's X11 hashing.

Install

Python 3.5+ or 2.7+ and the associated development package (e.g., python3-dev) is required as well as a gcc.

$ pip3 install -r requirements.txt .

Test

After installation, test hash.

$ python3 test.py

Uninstall

$ pip3 uninstall dash_hash

Credits