The easiest way
The simplest way to install FEDOT is using pip:
$ pip install fedot
Installation with optional dependencies for image and text processing, and for DNNs:
$ pip install fedot[extra]
- You can make use of the last command even after the previous one:
In that case only new packages will be installed, others will be skipped.