From bcdbde233a015b88fecbe09bbb9624696a35adc5 Mon Sep 17 00:00:00 2001 From: Ryan Babbush Date: Tue, 3 Oct 2017 15:39:10 -0700 Subject: [PATCH] updating readme and coveralls badge --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a089643..bc615e6 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ OpenFermion-ProjectQ ==================== -.. image:: https://travis-ci.org/quantumlib/OpenFermion-ProjectQ.svg?branch=develop +.. image:: https://travis-ci.org/quantumlib/OpenFermion-ProjectQ.svg?branch=master :target: https://travis-ci.org/quantumlib/OpenFermion-ProjectQ -.. image:: https://coveralls.io/repos/github/quantumlib/OpenFermion-ProjectQ/badge.svg?branch=develop +.. image:: https://coveralls.io/repos/github/quantumlib/OpenFermion-ProjectQ/badge.svg?branch=master :target: https://coveralls.io/github/quantumlib/OpenFermion-ProjectQ?branch=develop .. image:: https://badge.fury.io/py/openfermionprojectq.svg @@ -17,17 +17,17 @@ Getting started --------------- To start using OpenFermion-ProjectQ, first install `OpenFermion `_ and `ProjectQ `_. -Then, clone this git repo, change directory to the top level folder and run: +Then, clone `this `__ git repo, change directory to the top level folder and run: .. code-block:: bash python -m pip install -e . -Alternatively, one can install the last major release with the command +Alternatively, if using OpenFermion-ProjectQ as a library, one can install the last official PyPI release with: .. code-block:: bash - python -m pip install openfermionprojectq + python -m pip install --pre --user openfermionprojectq Authors -------