Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 349 Bytes

Usage

A script to convert images to pdf

Pré-requis

You must have pipenv installed on your distribution, to set it up :

# update pip to user level only
python -m pip install pip --upgrade --user

# install pipenv
python -m pip install pipenv --user

# install project dependencies
pipenv install

# going into env
pipenv shell