================== Installation Guide ================== Ubuntu/Debian/Mint ------------------ Ejecute en la terminal .. code-block:: bash $ sudo apt-get install python-setuptools python-pip $ sudo pip install impar Windows u otro Xnix ------------------- Primero instale las siguientes dependencias: - Python 2.7 http://www.python.org (y agreguelo a su PATH) - Setup tools http://pypi.python.org/pypi/setuptools (y agreguelo a su PATH) - Mercurial (solo si quiere instalar desde el respositorio) http://mercurial.selenic.com/ Finalmente en la consola ejecute .. code-block:: bat > easy_install pip > pip install impar Desde el repositorio -------------------- Primero instale las dependencias y luego ejecute .. code-block:: bash $ hg clone http://bitbucket.org/leliel12/impar impar $ cd impar $ python setup.py install