File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,18 @@ Installation
1111------------
1212
1313To 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
Original file line number Diff line number Diff line change 1- openfermion
1+ openfermion == 0.1a0
You can’t perform that action at this time.
0 commit comments