Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 458 Bytes

01-installation.md

File metadata and controls

25 lines (16 loc) · 458 Bytes

How to install

Requirements

nefertem is a Python 3.9+ library. It has been tested on Linux.

Installation

nefertem is available on PyPI and can be installed with pip:

pip install nefertem

This install basic dependencies. If you want to use nefertem with a specific extension, you need to install it separately or with the all option:

pip install nefertem[all]

or

pip install nefertem[validation]