Skip to content

Commit bc662af

Browse files
babbushjarrodmcc
authored andcommitted
fixed bad link in README (#6)
* fixed bad link in README * fixed bad install instruction
1 parent 161feda commit bc662af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This plugin library allows the electronic structure package `PySCF <http://githu
1010
Installation
1111
------------
1212

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

1717
.. code-block:: bash
@@ -30,7 +30,7 @@ How to contribute
3030
-----------------
3131

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

5352
Authors
5453
-------

0 commit comments

Comments
 (0)