Installing FAdo
FAdo is available via pip installation.
pip can be installed following the simple instructions that can be found here.
To install FAdo is, then, just needed to use the following command:
pip install FAdo
Any subsequent upgrade can be performed with the command:
pip install -U FAdo
If you want to try the most recent beta version you should add "--pre" option to any of the previous commands.
pip can be installed following the simple instructions that can be found here.
To install FAdo is, then, just needed to use the following command:
pip install FAdo
Any subsequent upgrade can be performed with the command:
pip install -U FAdo
If you want to try the most recent beta version you should add "--pre" option to any of the previous commands.
