Skip to content

Commit e47763c

Browse files
committed
Update docs
1 parent 7472e71 commit e47763c

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

docs/Dependencies.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,26 @@ Packages available from AG Projects:
1717

1818
Packages available within the OS distribution:
1919

20-
* python http://python.org >= 3.6.5
20+
* python3 http://python.org >= 3.6.5
2121
* python3-lxml http://pypi.org/project/lxml/
2222
* python3-greenlet http://pypi.python.org/pypi/greenlet
2323
* cython http://www.cython.org
2424
* dnspython http://www.dnspython.org
2525
* twisted http://twistedmatrix.com
26-
* zope-interface http://www.zope.org
26+
* zope-interface http://www.zope.org
27+
* openssl
2728

2829

2930
Other libraries (C):
3031

3132
* ffmpeg (libavformat, libswscale, libavcodec, libavutil)
32-
* libx264 (recent snapshot)
33-
* libvpx (>= 1.3.0)
33+
* libx264
34+
* libvpx
3435
* libasound2
3536
* libuuid
3637
* libsqlite3
3738
* pkg-config
38-
* openssl
39+
3940

4041
To compile the video dependencies (ffmpeg / libx264 / libvpx):
4142

docs/Install.linux

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ Linux operating systems.
1212
Step 1. Prerequisites
1313
---------------------
1414

15-
Both i386 or amd64 architectures are supported. Install the C compiling
16-
environment, Python 3 and the development version for the following
17-
packages:
15+
Install the C compiling environment, Python 3 and the development version
16+
for the following packages:
1817

1918
* openssl
2019
* ffmpeg
@@ -63,7 +62,7 @@ http://download.ag-projects.com/SipSimpleSDK/Python3/
6362

6463
Install these packages by going into each directory.
6564

66-
Using pip inside your virtual environment:
65+
Using pip3 inside your user environment:
6766

6867
pip3 install --user .
6968

@@ -86,7 +85,7 @@ Step 4. Install the SDK
8685
The SDK consists of two packages:
8786

8887
- python3-sipsimple
89-
- sipclients3
88+
- sipclients3 (for testing all SDK functions)
9089

9190
Install them similar to the dependencies above.
9291

docs/Install.osx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ their minimum version number.
3030
A. Install the C dependencies, the software will be installed
3131
under /usr/local folder by default with Homebrew:
3232

33-
brew install darcs gnutls yasm pkg-config x264 libvpx mpfr libmpc python3
33+
brew install darcs gnutls yasm pkg-config x264 libvpx mpfr libmpc
3434

3535
brew install -s ffmpeg
3636

37+
3738
Step 3. Install SIP SIMPLE SDK
39+
------------------------------
3840

3941
See Install.linux document
42+

0 commit comments

Comments
 (0)