Installation#

PyPI#

Install the stable version of phastphase from PyPI using:

pip install phastphase

GitHub#

Install the latest version of phastphase from GitHub using:

pip install git+https://github.com/slmsuite/phastphase

One can also clone phastphase directly and add its directory to the Python path. Remember to install the dependencies (next sections).

git clone https://github.com/slmsuite/phastphase

Required Dependencies#

The following python packages are necessary to run phastphase. These are listed as PyPI dependencies and thus are installed automatically if PyPI (pip) is used to install.

One can also install these dependencies directly.

pip install -r requirements.txt