docs update

This commit is contained in:
ingvar1995 2016-06-23 12:46:48 +03:00
parent 190877f5b9
commit a4da3a7afa
3 changed files with 9 additions and 15 deletions

View file

@ -3,13 +3,7 @@
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
Install PyInstaller:
``pip install pyinstaller``
On Linux:
``pyinstaller --windowed main.py``
On Windows:
``pip3 install pyinstaller``
``pyinstaller --windowed --icon images/icon.ico main.py``