Create Gifs
Run app with fbs run
-
Setup Python3.6 virtualenv:
python3.6.9 -m venv .venv
-
Activate it
source .venv/bin/activate
-
Using pyenv:
pyenv virtualenv 3.6.9 giffer
-
Init pyenv
eval "$(pyenv init -)"
-
Init pyenv-virtualenv
eval "$(pyenv virtualenv-init -)"
-
Activate it
pyenv activate giffer
Install requirements with pip install -r requirements.txt
To deactivate environment deactivate
Build app with fbs freeze