Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 506 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 506 Bytes

=======================

NINJA JUMPER

REQUIREMENTS

PYTHON LIBS ON TERMINAL

Dependencies are in requirements.txt

  1. To install the dependencies, first go to ninja jumper directory, once in,
  • ON MAC run:
$ pip3 install -r requirements.txt
  • ON WINDOWS run:
$ pip install -r requirements.txt
  1. Afterwards, you can run the python file main.py with,
  • ON MAC:
$ python3 main.py
  • ON WINDOWS:
$ python main.py

CONTRIBUTORS

Annika, Nakul, Pranav, Raghav