Skip to content
Mattia Campolese edited this page Feb 14, 2019 · 2 revisions

Welcome to the swift-code-metrics wiki! Here you can find helpful informations regarding SCM.

How to install graphviz on a Mac

Run:

python3 -m .venv
source .venv/bin/activate
brew install graphviz

before

pip install swift-code-metrics

Clone this wiki locally