Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.01 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.01 KB

rrm-structure

Code containing basis classes for radio resource management.

Install

  • Install pipenv
  • Install dependencies using pipenv: pipenv install
  • To access the virtual environment created, run pipenv shell, now all commands which you run will be performed into virtual enviroment created
  • (In case you want to contribute with this repo, if not you can skip this step) Activate pre-commit hooks to use black formatter, flake8 lint, Isort references and Pyright type check. Run pre-commit install. Now every time you make a commit, black formatter, flake8, isort and pyrights will make tests to verify if your code is following the patterns (you can adapt your IDE or text editor to follow this patterns, e.g. vs code).