File: INSTALL

package info (click to toggle)
sleekxmpp 1.3.1-6~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 4,840 kB
  • sloc: python: 30,872; makefile: 110
file content (12 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
Pre-requisites:
- Python 3.1 or 2.6

Install:
> python3 setup.py install

Root install:
> sudo python3 setup.py install

To test:
> cd examples
> python echo_client.py -v -j [USER@example.com] -p [PASSWORD]