Skip to content

sunxysharma/network_cloud_python_standalone_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.