Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 630 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 630 Bytes

Wireless Networks (CSE538/ECE538) Project

About

Instructions to run

  • Clone the repository
git clone [email protected]:deeksha20049/wn-project.git
  • Create the virtual environment
python3 -m venv env
  • Install the dependencies
pip3 install -r requirements.txt
  • Run the following command
python3 new_simulation_gui.py

Contributors