Skip to content

Installation

Installation

If you've got Python 3.8+ and pip>24.1 installed, installing fhircraft is as simple as:

pip install fhircraft

or install it from the source via:

pip install git+https://github.com/luisfabib/fhircraft.git

Fhircraft has a few dependencies:

You might need to update pip (generally recommended)

python -m pip install --upgrade pip

Development installation

To install Fhircraft's development environment use

pip install -e .[dev, docs]