Skip to content

Commit dbbf71b

Browse files
babbushjarrodmcc
authored andcommitted
fixed typo in readme link (#7)
* fixed typo in readme link * realized that OpenFermion installs automatically with this library
1 parent f6a0955 commit dbbf71b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.rst

+7-8
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ This plugin library allows the electronic structure package `Psi4 <http://psicod
1010
Installation
1111
------------
1212

13-
To start using OpenFermion-Psi4, first install `OpenFermion <http://openfermion.org>`__ and
14-
`Psi4 <http://psicode.org>`__. Note that the Psi4 package is designed specifically for the
15-
`Anaconda python distribution. <https://www.anaconda.com/download>`__
13+
To start using OpenFermion-Psi4, first install `Psi4 <http://psicode.org>`__.
14+
Note that Psi4 is designed specifically for the
15+
`Anaconda <https://www.anaconda.com/download>`__ python distribution.
1616
While it is possible to install Psi4 without Anaconda, if one does use Anaconda python
17-
the following commands will install Psi4 and pip (needed to install OpenFermion):
17+
the following commands will install Psi4 and pip (used to install OpenFermion-Psi4):
1818

1919
.. code-block:: bash
2020
2121
conda config --add channels http://conda.anaconda.org/psi4
2222
python -m conda install psi4
2323
python -m conda install pip
2424
25-
Once OpenFermion and Psi4 have been installed, to install the latest development version of OpenFermion-Psi4,
25+
Once Psi4 has been installed, to install the latest development versions of OpenFermion and OpenFermion-Psi4,
2626
clone `this <http://github.com/quantumlib/OpenFermion-Psi4>`__ git repo,
2727
change directory to the top level folder and run:
2828

@@ -42,7 +42,7 @@ How to contribute
4242
-----------------
4343

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

6564
Authors
6665
-------

0 commit comments

Comments
 (0)