Skip to content

Commit 128b7ef

Browse files
committed
Update python3 deps
1 parent 1d87101 commit 128b7ef

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Install.debian

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ sudo apt-get update
3333

3434
Install SIP SIMPLE SDK:
3535

36-
sudo apt-get install python-sipsimple
36+
sudo apt-get install python3-sipsimple
3737

3838

3939
Install the Command Line Clients:
4040

41-
sudo apt-get install sipclients
41+
sudo apt-get install sipclients3
4242

4343

4444
Creating Debian Packages
4545
------------------------
4646

4747
Install the building dependencies:
4848

49-
sudo apt-get install cython cython-dbg python-setuptools devscripts \
50-
debhelper python-all-dev python-all-dbg libasound2-dev libssl-dev \
51-
libsqlite3-dev
49+
sudo apt-get install cython cython-dbg python3-setuptools devscripts \
50+
debhelper python3-all-dev python3-all-dbg libasound2-dev libssl-dev \
51+
libsqlite3-dev dh-python
5252

5353
For adding Video support:
5454

@@ -66,7 +66,7 @@ Obtain the source code using darcs as described in Install.linux document.
6666

6767
Create under each repository a clean distribution file:
6868

69-
python setup.py sdist
69+
python3 setup.py sdist
7070

7171
Go to the ./dist directory and untar the file created at the step above.
7272

0 commit comments

Comments
 (0)