From f970c7ed02bf61205c06d0e764127b9923143768 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Sat, 5 Jan 2019 13:44:01 -0700 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 07bd4d4..dcb08ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -=============================== -Planetary Input / Output +Planetary Input / Output [](https://gitter.im/USGS-Astrogeology/plio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) =============================== A planetary surface data input/output library written in Python. The release version of `plio` is avaiable via conda-forge. @@ -39,12 +38,17 @@ It is possible to list all of the versions of `plio` available on your platform 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 +Installing development branch of plio +===================================== + +We maintain a development branch of plio that is used as a staging area for our releases. The badges and information below describe the bleeding edge builds. + +[](https://travis-ci.org/USGS-Astrogeology/plio) -.. image:: https://travis-ci.org/USGS-Astrogeology/plio.svg?branch=master - :target: https://travis-ci.org/USGS-Astrogeology/plio +[](https://coveralls.io/github/USGS-Astrogeology/plio?branch=master) -.. image:: https://coveralls.io/repos/github/USGS-Astrogeology/plio/badge.svg?branch=master - :target: https://coveralls.io/github/USGS-Astrogeology/plio?branch=master +To install the development version: + +``` +conda install -c usgs-astrogeology/label/dev plio +``` -- GitLab