glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Add docs for ubuntu dependencies #15

Closed johannes-graeter closed 2 years ago

johannes-graeter commented 2 years ago

Describe the bug When installing from pip3 on ubuntu deps

apt-get install graphviz graphviz-dev

are needed, could you add this to the how to install from pip section of the README?

Describe your environment

glato commented 2 years ago

@johannes-graeter Confirmed, thanks for reporting this issue. Just as you described, after

apt-get install graphviz graphviz-dev

everything installed fine also on ubuntu 21.10. Just added this to the README 👍.