Skip to content

Commit 910baab

Browse files
idk3babbush
authored andcommitted
Updated README with install instructions (#11)
1 parent 343576f commit 910baab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ FermiLib plugin to interface with Psi4
33

44
This repository contains a plugin which allows `FermiLib <http://github.com/ProjectQ-Framework/FermiLib>`__ (licensed under Apache 2) to interface with the open-source quantum chemistry package `Psi4 <http://www.psicode.org>`__ (licensed under GNU Lesser General Public License version 3).
55

6+
Installation
7+
------------
8+
9+
To install this plugin, clone this git repo and then change directory to the top level folder. Then, run
10+
11+
.. code-block:: bash
12+
13+
python -m pip install -e .
14+
15+
Alternatively, one can install using pip with the command
16+
17+
.. code-block:: bash
18+
19+
python -m pip install fermilibpluginpsi4
20+
621
License
722
-------
823
Copyright (C) 2017 FermiLib Developers

0 commit comments

Comments
 (0)