File: INSTALL

package info (click to toggle)
python-cluster 1.3.3-1.1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 388 kB
  • sloc: python: 767; makefile: 145; sh: 4
file content (27 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
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
INSTALLATION
============

Simply run::

    pip install cluster

Or, if you run it in a virtualenv:

    /path/to/your/env/bin/pip install cluster


Source installation
~~~~~~~~~~~~~~~~~~~

Untar the archive::

   tar xf <filename.tar.gz>

Next, go to the folder just created. It will have the same name as the package
(for example "cluster-1.2.2") and run::

    python setup.py install

This will require superuser privileges unless you install it in a virtual environment::

    /path/to/your/env/bin/python setup.py install