File: INSTALL

package info (click to toggle)
identicurse 0.9%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 580 kB
  • ctags: 359
  • sloc: python: 3,572; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download
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
INSTALLATION

If you already have setuptools installed, installation is a simple
two-step process:

  1. As root, run setup.py:
     # python setup.py install

  2. Copy the example config file into your home directory as
     .identicurse:
     $ cp conf/config.json ~/.identicurse

And you're done! Read the README to get up to speed on configuring
IdentiCurse to your liking, or (this is recommended for most users)
just run "identicurse" straight away to get going with an automatically-
generated config.


If you do not have setuptools installed, you will need to either
install your distribution's package for it, or manually install it if
your distribution does not provide a package (instructions for which
will not be given here).  The package name for setuptools in various
distributions is known to be:

        python-setuptools   in  Fedora, Ubuntu, Debian, openSUSE
        python2-distribute  in  Arch
        pysetuptools        in  Slackware
        devel/py-setuptools in  OpenBSD, FreeBSD
        
        (if your distribution of choice is not in this list yet,
        feel free to inform us of the correct package name)

Once you have setuptools installed, you can proceed with the install
as above.