File: INSTALL

package info (click to toggle)
pylibssh2 1.0.0-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 292 kB
  • ctags: 384
  • sloc: ansic: 2,278; python: 573; makefile: 10
file content (41 lines) | stat: -rw-r--r-- 878 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=========
pylibssh2
=========

.. Generate an HTML page with "rst2html.py INSTALL > install.html"
.. rst2html.py is part of the docutils software suite.

.. contents:: **Index**
.. sectnum::


Prerequisites
=============

Here is the list of prerequisite software to run pylibssh2. The versions are
the ones I develop with. It may work with earlier versions, but I can't
guaranty anything.

* `libssh2 <http://www.libssh2.org>`_ 1.2.1+
* `python <http://python.org/>`_ 2.6+

Install the software
====================

Get the latest version of `pylibssh2`_.

.. _ `pylibssh2`: http://pypi.python.org/packages/source/p/pylibssh2/

Untar the tarball in the directory of your choice::

    $ tar zxvf pylibssh2-{version}.tar.gz

Now enter in the pylibssh2-{version} directory.

Run the following command::

    # python setup.py install

    or

    $ sudo python setup.py install