Install¶
Pip¶
Run python to install dependencies and setup package from pypi
pip install pdf12step
Development¶
Install package and manage dependencies with Pipenv for development
pipenv install --dev
pipenv run python setup.py develop
Then you can now run the 12step commands using pipenv (eg pipenv run 12step pdf)