X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2FCONTRIBUTING.md;fp=code%2Fnetwork-generator%2FCONTRIBUTING.md;h=478386ade2aa64514a4735fc4319bc07cf2df31f;hb=4dd5e7ef732288c1c168a5b09cf426f55a3e994a;hp=c06207457d2c06e2bbdbec2f179295c82728a71d;hpb=8d6fca09fdc1bae46b4dc5b7e029cf5a1c8997cc;p=oam.git diff --git a/code/network-generator/CONTRIBUTING.md b/code/network-generator/CONTRIBUTING.md index c062074..478386a 100644 --- a/code/network-generator/CONTRIBUTING.md +++ b/code/network-generator/CONTRIBUTING.md @@ -17,13 +17,7 @@ This instructions are for linux base systems. (Linux, MacOS, BSD, etc.) ## Prerequisites ``` -pip install isort -pip install black -pip install mypy -pip install flake8 -pip install pytest -pip install coverage -pip install pytest-cov +sudo apt install python3.10-venv ``` ## Setting up your own virtual environment