File: INSTALL

package info (click to toggle)
catfish 1.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,400 kB
  • sloc: python: 2,931; xml: 16; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To build Catfish, you need https://launchpad.net/python-distutils-extra
Catfish can be used with Python 2 or 3.

1.  Unpack the archive.

2.  Install Catfish:

2a. To install locally (a user install), run:
	python setup.py install --user

2b. To install system-wide (a root install), run:
	(sudo) python setup.py install

3.  For a list of command line options run
      catfish --help