Skip to content

Commit

Permalink
fixed bad link in README (#6)
Browse files Browse the repository at this point in the history
* fixed bad link in README

* fixed bad install instruction
  • Loading branch information
babbush authored and jarrodmcc committed Oct 6, 2017
1 parent 161feda commit bc662af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This plugin library allows the electronic structure package `PySCF <http://githu
Installation
------------

To start using OpenFermion-Psi4, first install `OpenFermion <http://openfermion.org>`__ and
`PySCF <http://github.com/sunqm/pyscf>`__. To install the latest development version of OpenFermion-PySCF,
To start using OpenFermion-Psi4, first install `PySCF <http://github.com/sunqm/pyscf>`__.
Then, to install the latest development versions of OpenFermion and OpenFermion-PySCF,
clone `this <http://github.com/quantumlib/OpenFermion-PySCF>`__ git repo, change directory to the top level folder and run:

.. code-block:: bash
Expand All @@ -30,7 +30,7 @@ How to contribute
-----------------

We'd love to accept your contributions and patches to OpenFermion-PySCF.
There are a few small guidelines you need to follow.
There are a few guidelines you need to follow.
Contributions to OpenFermion-PySCF must be accompanied by a Contributor License Agreement.
You (or your employer) retain the copyright to your contribution,
this simply gives us permission to use and redistribute your contributions as part of the project.
Expand All @@ -47,8 +47,7 @@ decrease overall test coverage by too much. Make sure you adhere to our style
guide. Just have a look at our code for clues. We mostly follow
`PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_ and use
the corresponding `linter <https://pypi.python.org/pypi/pep8>`_ to check for it.
Code should always come with documentation, which is generated automatically and can be found
`here <http://openfermion.readthedocs.io/en/latest/openfermion.html>`_.
Code should always come with documentation.

Authors
-------
Expand Down

0 comments on commit bc662af

Please sign in to comment.