Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 475 Bytes

Okra API

RESTful API for okra.

Setup and Installation (for development)

Step 1: Configure pipenv

  • Follow the instructions in the pipenv README to install pipenv on your system

Step 2: Install dependencies

pipenv install
python setup.py install

Step 3: Start pipenv shell

pipenv shell

This will spawn a new shell subprocess, which can be deactivated by using exit.