python -m fgo.agent
Ubuntu 18.04 LTS: sudo apt install python3.7 python3.7-venv
Initial Creation: virtualenv -p $(which python3.7) venv
Activation: source ./venv/bin/activate
Download and install:
-
Cmder Terminal Emulator (includes git, vim, bash)
-
Install virtualenv:
pip install virtualenv
Initial Creation: virtualenv venv
Activation: venv/Scripts/activate
Installation of packages: pip install -r requirements-dev.txt
Using cmd or cmder:
(venv) λ python -m fgo.cli agent
Note: the Werkzeug reloader interferes with thread-shared data, so instructions on setting the environment to development have been removed.
This is required to edit the forms.
Install as above for development dependencies.
brew install pyqt5
To locate the Designer:
$ find / -iname designer -type f 2>/dev/null
/usr/local/Cellar/qt/5.14.2/libexec/Designer.app/Contents/MacOS/Designer
Install with sudo apt-get install -y qttools5-dev-tools
then run designer
Flask CLI Stack Overflow: Cannot install pyqt5-tools - 'Could not find a version that satisfies the requirement pyqt5-tools'