Installation
Installation
If you've got Python 3.8+ and pip>24.1
installed, installing fhircraft
is as simple as:
or install it from the source via:
Fhircraft has a few dependencies:
Pydantic
: Pydantic is the most widely used data validation library for Python.Python JSONPath Next-Generation
: A standard compliant implementation of JSONPath for Python.
You might need to update pip
(generally recommended)
Development installation
To install Fhircraft's development environment use