Installation#
Prerequisites#
- Python Installation:PHRINGE requires Python 3.10 to run. If you do not have Python installed, you can download it here.
- Virtual Environment:We recommend installing PHRINGE in a virtual environment to avoid conflicts with other Python packages. For instructions on how to create and activate a virtual environment, see the virtualenv user guide.
Installation From PyPI (Recommended)#
To install PHRINGE from PyPI, run the following command in your terminal:
pip install phringe
Installation From GitHub#
To install PHRINGE from GitHub, run the following command in your terminal:
pip install git+https://github.com/pahuber/PHRINGE
Alternatively, the repository can be cloned from GitHub using:
git clone https://github.com/pahuber/PHRINGE.git