Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed.
Unterschiede: Der Titel
cliente para h-node.com
Unterschiede: der Text des Wikis
[p][b]Esta guia esta desactualzada, por favor lea[/b] [[client for h-node.com|esta]][/p]
[h1]Obtener el h-client[/h1]
[p]Puede descargar el cliente al escribir la siguiente orden:[/p] orden en una terminal:[/p]
[code]svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client[/code]
[h1]Requisitos[/h1]
[list]
[*] Python 2.6 o 2.7[/*]
[*] Distribute[/*]
[*] pyGTK[/*]
[*] pycurl[/*]
[/list]
[p](lo más probable es que ya estén instalados). [/p]
[h2]Usuarios de Trisquel 4.5[/h2]
[p]Requieren instalar python-setuptools para poder instalar el cliente:[/p]
[code]sudo aptitude install python-setuptools[/code]
[h1]Instalación[/h1]
[p]Para poder probarlo solo instalar escriba:[/p]
[code]python hclient.py[/code] setup.py install --user[/code]
[p]Tiene que [p]y ejecute usando:[/p]
[code]~/.local/bin/h-client[/code]
[p](o simplemente [b]h-client[/b] si es agregado ~/.local/bin al PATH).[/p]
[h2]Notas[/h2]
[p]Si esta usando Trisquel 4.0 necesita comentar la linea comenzando con "pycurl" dentro del archivo setup.py (vea debajo la pieza de código) e instalar pyGTK y pycurl (ya deberían estar instalados).[/p] por medio del administrador de paquetes[/p]
[code]
install_requires=(
# "pygtk", # tries to get an old version
#"pycurl"
),
)
[/code]
[lang][[client for h-node.com|English]][/lang]
The contents of this page are in the Public Domain. (see the
CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.