Dependencies
OpenAnalysis requires few binary packages to be installed, which are not automatically installed by the installer.
- In Linux, you can install these packages via your package manager.
- In Windows, grab the downloads from their websites.
graphviz
ffmpeg
libgraphviz-dev
for compiling pygraphviz in Linuxpkg-config
for compiling pygraphviz in Linuxpython3-tk
as matplotlib backend in Linux- Visual C++ 2015 Build Tools for compiling pygraphviz in Windows
- Python 3.5 or later
Installation
pip install openanalysis # or 'pip3' depending on your configuration
Preferred IDE’s
- PyCharm
- Geany