Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 867 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 867 Bytes

CS620-A1

Implementation of HS algorithm - bi-directional ring:leader selection algorithm Team members: -Abhishek Singh 18305R010 -Debashish Deka 173050055

Requirements :

System Requirement:
    - Linux Kernel 2.6 or higher
    - python3

Dependency Package: (use sudo apt-get to install the dependencies)
    - python3-pip
    - build-essential 
    - libssl-dev 
    - libffi-dev 
    - python-dev
    - python3-venv (used for isolation)

Steps to setup the project environment:

   - 1. mkdir environments
   - 2. cd environments
   - 3. python3 -m venv project_env
   - 4. source project_env/bin/activate
   - 5. git clone https://github.com/ddeka0/CS620-A1.git
   - 6. cd CS620-A1 (now you are inside the project folder with virtual env activated)