Skip to content

Arraiz/sgvls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#README :)

##Dev

  • first create the virtual enviroment

      python3 -m venv venv (venv is just the name)
      (if a venv is already created just do)
      source venv/bin/activate
    
  • second install ALL the packages

      pip install fbs PyQt5==5.9.2 PyInstaller==3.4
    
  • third run the app in dev mode

      fbs run
    

##Compiling for platforms

  • compile and generate installer

this will compile all the pips and create the target/ for distributing

fbs freeze

this will generate a executable depending on the platform

fbs installer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published