Skip to content

Latest commit

 

History

History
executable file
·
13 lines (12 loc) · 431 Bytes

File metadata and controls

executable file
·
13 lines (12 loc) · 431 Bytes

Optimum-Clouds-Network

Cloud Networking

Steps to make the project working on local machine(ubuntu)

  1. Make virtual ennvironment using command : virtualenv environment_name
  2. activate the environment: source environment_name/bin/activate 3)clone the repo 4)install requirements: pip install -R requirements.txt
  3. Run python file using command: python clouds.py ## Make sure to be in the directory where the python file lies.