Installation ============ Installing a stable release --------------------------- The rdata package is on PyPi and can be installed using :code:`pip`: .. code:: pip install rdata The package is also available for :code:`conda` using the :code:`conda-forge` channel: .. code:: conda install -c conda-forge rdata Installing a develop version ---------------------------- The current version from the develop branch can be installed as .. code:: pip install git+https://github.com/vnmabus/rdata.git@develop