1. git clone https://github.com/rigglemania/pysqlcipher3.git pysqlcipher3
    2. find /usr/local/Cellar -name sqlite3.h
    3. C_INCLUDE_PATH=/usr/local/Cellar/sqlcipher/3.36.0/include LIBRARY_PATH=/usr/local/Cellar/sqlcipher/3.36.0/lib python3 setup.py build
    4. sudo python3 setup.py install