Skip to content

Installation

The package is easy to install and keep up to date.

Pip 📦

Install aifn using pip:

pip install aifn
We always recommend installing the package within a python virtual environment or conda environment.

If you already have the package and simply want to upgrade:

pip install --upgrade aifn

Source 📖

You can also install from source:

git clone https://github.com/WecoAI/aifn-python
cd aifn-python
python install -e .

To upgrade the package to the latest version from source, you can run the following commands:

cd aifn-python
git pull origin main
python install -e .

Jump In 🏊‍♂️

If you need help getting started, you can check out any of the following resources we provide:

Happy building!