# Quickstart ## Installation To install the latest development version of pairs_to_parquet from github, first make a local clone of the github repository: ``` $ git clone https://github.com/ayaksvals/pairs_to_parquet ``` Then, compile and install pairs_to_parquet in [development mode](https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode). This installs the package without moving it to a system folder, and thus allows for testing changes to the python code on the fly. ``` $ cd pairs_to_parquet $ pip install -e ./ ```