updated README
This commit is contained in:
parent
ca91e2e37a
commit
093ff2d284
10
README.md
10
README.md
@ -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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user