os x removed, minor updates
This commit is contained in:
parent
5932d8cb84
commit
4b85401adf
4 changed files with 4 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,6 +6,7 @@ tests/tests
|
||||||
tests/libs
|
tests/libs
|
||||||
tests/.cache
|
tests/.cache
|
||||||
tests/__pycache__
|
tests/__pycache__
|
||||||
|
tests/avatars
|
||||||
toxygen/libs
|
toxygen/libs
|
||||||
.idea
|
.idea
|
||||||
*~
|
*~
|
||||||
|
@ -23,4 +24,4 @@ toxygen/__pycache__
|
||||||
html
|
html
|
||||||
Toxygen.egg-info
|
Toxygen.egg-info
|
||||||
*.tox
|
*.tox
|
||||||
|
.cache
|
||||||
|
|
|
@ -15,7 +15,7 @@ install:
|
||||||
- pip install pyaudio
|
- pip install pyaudio
|
||||||
- pip install opencv-python
|
- pip install opencv-python
|
||||||
before_script:
|
before_script:
|
||||||
# OPUS
|
# Opus
|
||||||
- wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz
|
- wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz
|
||||||
- tar xzf opus-1.0.3.tar.gz
|
- tar xzf opus-1.0.3.tar.gz
|
||||||
- cd opus-1.0.3
|
- cd opus-1.0.3
|
||||||
|
|
|
@ -10,9 +10,7 @@ Toxygen is powerful cross-platform [Tox](https://tox.chat/) client written in pu
|
||||||
|
|
||||||
### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md) - [Updater](https://github.com/toxygen-project/toxygen_updater)
|
### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md) - [Updater](https://github.com/toxygen-project/toxygen_updater)
|
||||||
|
|
||||||
### Supported OS:
|
### Supported OS: Linux and Windows
|
||||||
|
|
||||||
![Linux, Windows and OS X](/docs/os.png)
|
|
||||||
|
|
||||||
### Features:
|
### Features:
|
||||||
|
|
||||||
|
|
BIN
docs/os.png
BIN
docs/os.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue