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 -------