=============================== Planetary Input / Output =============================== A planetary surface data input/output library written in Python. The release version of `plio` is avaiable via conda-forge. Current build status ==================== [](https://circleci.com/gh/conda-forge/plio-feedstock) [](https://travis-ci.org/conda-forge/plio-feedstock) [](https://ci.appveyor.com/project/conda-forge/plio-feedstock/branch/master) Current release info ==================== | Name | Downloads | Version | Platforms | | --- | --- | --- | --- | | [](https://anaconda.org/conda-forge/plio) | [](https://anaconda.org/conda-forge/plio) | [](https://anaconda.org/conda-forge/plio) | [](https://anaconda.org/conda-forge/plio) | Installing plio =============== Installing `plio` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with: ``` conda config --add channels conda-forge ``` Once the `conda-forge` channel has been enabled, `plio` can be installed with: ``` conda install plio ``` It is possible to list all of the versions of `plio` available on your platform with: ``` conda search plio --channel conda-forge ``` .. image:: https://badges.gitter.im/USGS-Astrogeology/plio.svg :alt: Join the chat at https://gitter.im/USGS-Astrogeology/plio :target: https://gitter.im/USGS-Astrogeology/plio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. image:: https://travis-ci.org/USGS-Astrogeology/plio.svg?branch=master :target: https://travis-ci.org/USGS-Astrogeology/plio .. image:: https://coveralls.io/repos/github/USGS-Astrogeology/plio/badge.svg?branch=master :target: https://coveralls.io/github/USGS-Astrogeology/plio?branch=master