|
|
@ -36,3 +36,13 @@ brew install imagemagick@6
|
|
|
|
Create a symlink to this newly installed dylib file as mentioned in other answer to get things working.
|
|
|
|
Create a symlink to this newly installed dylib file as mentioned in other answer to get things working.
|
|
|
|
ln -s /usr/local/Cellar/imagemagick@6/<your specific 6 version>/lib/libMagickWand-6.Q16.dylib /usr/local/lib/libMagickWand.dylib
|
|
|
|
ln -s /usr/local/Cellar/imagemagick@6/<your specific 6 version>/lib/libMagickWand-6.Q16.dylib /usr/local/lib/libMagickWand.dylib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## install pyrqlite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/rqlite/pyrqlite.git
|
|
|
|
|
|
|
|
pip install ./pyrqlite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## install sqlalchemy-rqlite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/rqlite/sqlalchemy-rqlite.git
|
|
|
|
|
|
|
|
cd sqlalchemy-rqlite
|
|
|
|
|
|
|
|
sudo python3 ./setup.py install
|
|
|
|