Install Documentation Resources About

Installing PSI/J in Python

The psij-python library has the following requirements:
  • Python 3.7 or later
  • Ubuntu 16.04 or later (or an equivalent Linux distribution)
  • OS X 10.10 or later

To install from the command line using pip:


$ pip install psij-python
                    

Installing the development version of PSI/J in Python

Using the command line:


$ git clone https://github.com/ExaWorks/psij-python.git
$ cd psij-python
$ pip install -r requirements.txt
$ python setup.py install
                  

©2021- - The ExaWorks Project PSI/J is funded by the U.S. Department of Energy PSI/J is part of the Exascale Computing Project