X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2FCONTRIBUTING.md;h=c06207457d2c06e2bbdbec2f179295c82728a71d;hb=a2b078aa43c03151b01b97b421ff1dc21b04c555;hp=d045207cc67f42b1aff76168c5589981d63767e2;hpb=a469cde0cecad330f311c5a1777e9d61fa8129af;p=oam.git diff --git a/code/network-generator/CONTRIBUTING.md b/code/network-generator/CONTRIBUTING.md index d045207..c062074 100644 --- a/code/network-generator/CONTRIBUTING.md +++ b/code/network-generator/CONTRIBUTING.md @@ -19,6 +19,11 @@ This instructions are for linux base systems. (Linux, MacOS, BSD, etc.) ``` pip install isort pip install black +pip install mypy +pip install flake8 +pip install pytest +pip install coverage +pip install pytest-cov ``` ## Setting up your own virtual environment