Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 330 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 330 Bytes

Value Extraction

Setup Instructions

Install pipenv with the following command:

$ pip install pipenv

Open pipenv environment in a new shell:

$ pipenv shell

Add the project to PYTHONPATH:

$ export PYTHONPATH=$PYTHONPATH:/path/to/valueextraction/src

Install dependencies:

$ pipenv sync