Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 824 Bytes

File metadata and controls

35 lines (20 loc) · 824 Bytes

Installing Packtools

Packtools works with CPython > 3.9. Please, read lxml's installation instructions to make sure it is installed correctly.

Pip + GitHub (recommended)

Check the latest version available at GitHub releases and replace the version in the URL below accordingly:

$ pip install https://github.com/scieloorg/packtools/archive/refs/tags/4.16.0.zip

Source code (development version)

$ git clone https://github.com/scieloorg/packtools.git
$ cd packtools
$ python setup.py install

You can test the installation executing:

$ stylechecker -h