git clone https://github.com/rigglemania/pysqlcipher3.git pysqlcipher3
find /usr/local/Cellar -name sqlite3.h
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
sudo python3 setup.py install