Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (51 loc) · 1.11 KB

File metadata and controls

53 lines (51 loc) · 1.11 KB

Summary

For Windows

  • Prerequisites

    • python 3.7 or above
  • Installation

    1. First clone the repository
    git clone https://github.com/sumagnadas/graph-plotter.git
    
    1. Install all the dependencies
    python -m pip install -r requirements.txt
    
    1. Now run the script
    python main.py
    

For Linux and macOS

  • Prerequisites(Linux)

    • python 3.7 or above
    • python3-pip(if it is not installed by default)
    • build-essential
    • libssl-dev
    • libffi-dev
    • x11-utils
    • libxkbcommon-x11-0
  • Prerequisites(macOS)

    • python 3.7 or above
  • Installation

    1. First clone the repository
    git clone https://github.com/sumagnadas/graph-plotter.git
    
    1. Install all the dependencies for the project
    python3 -m pip install -r requirements.txt
    
    or
    pip3 install -r requirements.txt
    
    1. Now run the script
    python3 main.py
    
    or
    ./main.py