You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julian Dosch edited this page Nov 11, 2022
·
11 revisions
NOTE: FAS works only with Python3
Check FAQ for setting python3 as default in Ubuntu.
Install using pip
You can install FAS with pip:
python3 -m pip install greedyFAS
(*) In case you do not have admin rights, and don't use package systems like Anaconda to manage environments you need to use the --user option (NOT recommended):
python3 -m pip install --user greedyFAS
and then add the following line to the end of your .bashrc or .bash_profile file, restart the current terminal to apply the change:
export PATH=$HOME/.local/bin:$PATH
After installing, please run fas.setup to configure FAS before using.