Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
updating readme and coveralls badge (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
babbush committed Oct 3, 2017
1 parent 8000e07 commit d6c3b9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,17 +17,17 @@ Getting started
---------------

To start using OpenFermion-ProjectQ, first install `OpenFermion <http://openfermion.org>`_ and `ProjectQ <https://projectq.ch>`_.
Then, clone this git repo, change directory to the top level folder and run:
Then, clone `this <http://github.com/quantumlib/OpenFermion-ProjectQ>`__ 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
-------
Expand Down

0 comments on commit d6c3b9f

Please sign in to comment.