Updated Installing on Linux (markdown)

Twentysix
2016-01-14 22:28:51 +01:00
parent efe549d25c
commit 3b9dd93178

@@ -15,6 +15,14 @@ You can follow [this article](http://ask.xmodulo.com/compile-ffmpeg-ubuntu-debia
##Opus
Work in progress. (on some distributions is already installed)
On some distributions Opus is already installed, so you should check first. Installing it on Ubuntu is simple:
And now, assuming everything went smooth, you're done. You can keep following the [Windows guides](https://github.com/Twentysix26/Red-DiscordBot/wiki#windows) to install Red herself, as the procedure is pretty much the same. The worst part is over.
`sudo apt-get install libopus0`
And now, assuming everything went smooth, you're done. You can keep following the [Windows guides](https://github.com/Twentysix26/Red-DiscordBot/wiki#windows) to install Red herself, as the procedure is pretty much the same. The worst part is over.
***
####Having issues?
Some Linux users reported this issue: two different python versions installed together, with the older one being the default. It would probably be wiser to wipe completely the old one and install the requirements again, however some have resolved by copying the requirements from the old one directly to the newer:
`/usr/local/lib/python3.4/dist-packages` -> `/usr/local/lib/python3.5/dist-packages`
Probably not the most delicate way to deal with it but hey, it works.