Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 530 Bytes

File metadata and controls

21 lines (14 loc) · 530 Bytes

CESE4055_sim

A simulator for MAC protocols and routing, for the course Ad hoc and Sensors Networks (CESE4055).

Virtual Environment

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 .venv

Activating the virtual environment and upgrading the requirements.

.venv/Scripts/activate.bat
pip install -r requirements.txt -U