Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 491 Bytes

DEV_SCRIPT.md

File metadata and controls

30 lines (21 loc) · 491 Bytes

CONVERTER DEVELOPMENT

Use Python

Please install Python 3 and below dependencies

brew install ghostscript
pip install pipenv

Then sync the libraries.

pipenv sync

Structure

  • download.py : contains download script
  • converter_data.py : contains converter script
  • converter.py : contains converter class
  • Makefile: calls docker-compose script

When you want to add new libraries

pipenv install [new_library]
docker-compose up -d --build