Skip to content

Commit 29bb441

Browse files
authored
Updated readme and requirements (#2)
1 parent a5ef686 commit 29bb441

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ Installation
1111
------------
1212

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

1617
.. code-block:: bash
1718
1819
python -m pip install -e .
1920
20-
Alternatively, one can install the latest major release with the command:
21+
Alternatively, if using OpenFermion-PySCF as a library, one can install the last official PyPI release with:
2122

2223
.. code-block:: bash
2324
24-
python -m pip install openfermionpyscf
25+
python -m pip install --pre --user openfermionpyscf
2526
2627
Also be sure to take a look at the ipython notebook demos in the examples folder of this repository.
2728

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openfermion
1+
openfermion==0.1a0

0 commit comments

Comments
 (0)