Installation

The software is distributed via PyPI and npm for the Python and JavaScript implementations respectively.

Python

The Python version of the package is installed with pip:

pip install bin-parser

JavaScript

The JavaScript version of the package is installed with npm:

npm install bin-parser

From source

The source is hosted on GitHub, to install the latest development version, use the following commands.

git clone https://github.com/jfjlaros/bin-parser.git
cd bin-parser
pip install .

For the JavaScript implementation, replace the last command with:

npm install .