Skip to content

AzisK/giffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

giffer

Create Gifs

Run app with fbs run

Local Setup


Python virtualenv

  • Setup Python3.6 virtualenv: python3.6.9 -m venv .venv

  • Activate it source .venv/bin/activate

Pyenv virtualenv

  • 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

Build app with fbs freeze

Releases

No releases published

Packages

No packages published

Languages