Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,20 @@ python unlock_pdf.py locked.pdf unlocked.pdf password
tox
```

### Build
```bash
python setup.py sdist bdist_wheel

// check the build
twine check dist/*

// install the package
pip install dist/eservice_unlock_pdf-0.1.0-py3-none-any.whl
```

### uploade to pypi
```bash
pip install twine

twine upload dist/*
```