.. highlight:: shell .. _sec-install: ============ Installation ============ From sources ------------ The sources for pocolog2msgpack can be downloaded from the `Github repo`_. Clone the public repository: .. code-block:: console $ git clone git://github.com/rock-core/tools-pocolog2msgpack Once you have a copy of the source, you can install it with: .. code-block:: console $ cd tools-pocolog2msgpack/python-pocolog2msgpack $ python setup.py install --user .. _Github repo: https://github.com/rock-core/tools-pocolog2msgpack .. Stable release .. -------------- .. .. To install pocolog2msgpack, run this command in your terminal: .. .. .. code-block:: console .. .. $ pip install pocolog2msgpack .. .. If you don't have `pip`_ installed, this `Python installation guide`_ can guide .. you through the process. .. .. .. _pip: https://pip.pypa.io .. .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/