-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathINSTALL
41 lines (25 loc) · 878 Bytes
/
INSTALL
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.8+
* `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