Nota: il testo in rosso è stato cancellato dalla revisione precedente, il testo in verde è stato aggiunto in questa revisione e il testo in grigio non è stato cambiato
differenze nel campo: il titolo
client for h-node.com
differenze nel campo: il testo della pagina
[p]You can download the client by typing the following command:[/p]
[code]svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client[/code]
[p]In order to install it type:[/p]
[code]python setup.py install --user[/code]
[p]and run it using:[/p]
[code]~/.local/bin/h-client[/code]
[p](or just h-client if added ~/.local/bin to PATH).[/p]
[p]If you are using Trisquel 4.0 you have to comment the row starting with "pycurl" inside the file setup.py (see the below piece of code) and install pycurl by means of the package manager[/p]
[code]
install_requires=(
# "pygtk", # tries to get an old version
#"pycurl"
),
)
[/code]
[p]You have to install Distribute, pyGTK and pycurl before (they would most likely be already installed). Python 2.6 or 2.7 is required.[/p]
[lang][[cliente para h-node.com|Español]][/lang]
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la
pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.