How Can I Use Hamsi Manager By Source Codes? ( Install, Distribute, Run )

Installation Steps (From Source Code) :

  • By Hamsi Manager Installer
    #python install.py
  • By setup.py (by cx_freeze) :
    #python setup.py install

Distributing Steps (From Source Code) (by cx_freeze) :

  • Building rpm package for Linux :
    #python setup.py bdist_rpm
  • Building msi installer package for Windows :
    #python setup.py bdist_msi
  • Building distribution package :
    #python setup.py bdist
  • Building :
    #python setup.py build

Running (Source Code):

  • #python HamsiManager.py

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License .

Please review our Terms of Use for details on quotation and data mining restrictions.