A simulator for MAC protocols and routing, for the course Ad hoc and Sensors Networks (CESE4055).
This has to be done as at setup or when changing requirements.txt.
VSCode will automatically activate the virtual environment when running Python programs.
Creating a new virtual environment, only during setup.
python -m venv .venvActivating the virtual environment and upgrading the requirements.
.venv/Scripts/activate.bat
pip install -r requirements.txt -U