@@ -10,8 +10,8 @@ This plugin library allows the electronic structure package `PySCF <http://githu
1010Installation
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,
1515clone `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
3232We'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.
3434Contributions to OpenFermion-PySCF must be accompanied by a Contributor License Agreement.
3535You (or your employer) retain the copyright to your contribution,
3636this 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
4747guide. 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
4949the 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
5352Authors
5453-------
0 commit comments