Installation

There are multiple methods for installing jetsontools. The recommended method is to install jetsontools into a virtual environment. This will ensure that the dependencies are isolated from other Python projects you may be working on.

Methods

  1. Pip:

    $ pip3 install jetsontools
    
  2. From source:

    $ git clone https://github.com/justincdavis/jetsontools.git
    $ cd jetsontools
    $ pip3 install .
    

Optional Dependencies

  1. dev:

    $ pip3 install jetsontools[dev]
    

    This will install dependencies allowing a full development environment. All CI and tools used for development will be installed and can be run.