Skip to content

Installation

Pyfr24 requires Python 3.8 or later and can be installed using pip or poetry.

Using pip

Install Pyfr24 from PyPI:

pip install pyfr24

Or install from the repository:

git clone https://github.com/stiles/pyfr24.git
cd pyfr24
pip install -e .

Using poetry

Install with poetry:

git clone https://github.com/stiles/pyfr24.git
cd pyfr24
poetry install

Dependencies

Pyfr24 requires these Python packages:

  • requests
  • matplotlib
  • geopandas
  • contextily
  • shapely
  • pandas

These packages install automatically with Pyfr24.