Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 473 Bytes

Zilean

Spring 2022 Project Team

  • Rushikesh Pharate
  • Piyush Nalawade
  • Aishwarya Sinhasane

To run plot microservice follow below steps:

  • Go to the plot-service folder

  • Install Pipenv

  • For MAC

    brew install pipenv
    pipenv --python 3.8.9 (i.e This is used to create virtual environment of python v3.8.9)
    pipenv shell (i.e Activates virtual environment)
    pip install -r requirements.txt
    
  • Server is now running at http://localhost:5002