Installation
Installation from PyPI
Phitter is hosted on PyPI and may be installed by means of the pip
package manager. To install the latest available version, execute the following command in a terminal:
Requirements
console
python: >=3.9
PyPI
bash
pip install phitter
To install a specific version, append the desired version number. For instance, to install version 0.7.2:
bash
pip install phitter==0.7.2
Detailed information concerning each release is provided in the Release Notes.
Note: It is strongly recommended to install the latest version of Phitter in order to ensure optimal stability and performance.
Dependencies
scipy
>=1.1.0plotly
>=5.14.0kaleido
>=0.2.1matplotlib
>=3.3IPython
>=0.13pytest
pandas
>=1.5.0graphviz
>=0.5.1