Installation
by: Kevin Broløs, Tom Jelen & Emil Larsen
(Feyn version 3.0 or newer)
Requirements
- OS:
- Debian-based Linux, Ubuntu 18.04+
- macOS 10.14+
- Windows
- Python 3.8, 3.9, 3.10, 3.11 or 3.12
If you're using macOS on an Apple Silicon machine, you need macOS 12+ in order to satisfy a dependency on scikit-learn
.
Installing Feyn
Feyn
is available as Python package through pip
.
You can install it with the following command:
richard@feyn:~$ pip3 install feyn
Upgrading Feyn
You can upgrade your version of Feyn
if you already have it installed using
richard@feyn:~$ pip3 install feyn --upgrade
Deprecation of Feyn 2.x
Versions of Feyn
below 3.0 will become deprecated in the near future. In order to keep using Feyn
, please upgrade to Feyn
3.0 at your earliest convenience. See more about transitioning to Feyn
3.0 on this page