Related Contents to "How"

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

Read More ⇒
Jan 13, 2013, 5:50:31 PM Murat Demir

What Are System Requirements Of Hamsi Manager?

Note 1: Distributed rpm package will suggest you install all required packages.
Note 2: Distributed msi and exe packages do NOT need these requirements.

Read More ⇒
Jan 13, 2013, 5:05:58 PM Murat Demir