mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[V3/docs] New Audio, remove old reqs... (#1503)
* typo fix * update docs with up to date reqs (remove old) and reccommend venv usage * remove youtube_dl from reqs * adding the mac doc update after verifying correctness * venv installation required for py3.5 ... * remove venv stuff, that can be handled on a unified page in a later PR
This commit is contained in:
@@ -82,7 +82,7 @@ Here's an example of that in use:
|
|||||||
need to be awaited
|
need to be awaited
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# First we give the converter out cog's Config instance.
|
# First we give the converter our cog's Config instance.
|
||||||
converter = dc(self.config)
|
converter = dc(self.config)
|
||||||
|
|
||||||
# next we design a way to get all of the data into Config's internal
|
# next we design a way to get all of the data into Config's internal
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Installing pre-requirements
|
|||||||
|
|
||||||
yum -y groupinstall development
|
yum -y groupinstall development
|
||||||
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
||||||
yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git opus-devel java-1.8.0-openjdk
|
yum -y install yum-utils wget which python35u python35u-pip python35u-devel openssl-devel libffi-devel git java-1.8.0-openjdk
|
||||||
sh -c "$(wget https://gist.githubusercontent.com/mustafaturan/7053900/raw/27f4c8bad3ee2bb0027a1a52dc8501bf1e53b270/latest-ffmpeg-centos6.sh -O -)"
|
sh -c "$(wget https://gist.githubusercontent.com/mustafaturan/7053900/raw/27f4c8bad3ee2bb0027a1a52dc8501bf1e53b270/latest-ffmpeg-centos6.sh -O -)"
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Installing pre-requirements
|
|||||||
|
|
||||||
echo "deb http://httpredir.debian.org/debian stretch-backports main contrib non-free" >> /etc/apt/sources.list
|
echo "deb http://httpredir.debian.org/debian stretch-backports main contrib non-free" >> /etc/apt/sources.list
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip default-jre -y
|
apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git unzip default-jre -y
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
Installing the bot
|
Installing the bot
|
||||||
|
|||||||
@@ -15,8 +15,6 @@ Installing pre-requirements
|
|||||||
* After the installation, install the required packages by pasting the commands and pressing enter, one-by-one:
|
* After the installation, install the required packages by pasting the commands and pressing enter, one-by-one:
|
||||||
* :code:`brew install python3 --with-brewed-openssl`
|
* :code:`brew install python3 --with-brewed-openssl`
|
||||||
* :code:`brew install git`
|
* :code:`brew install git`
|
||||||
* :code:`brew install ffmpeg --with-ffplay`
|
|
||||||
* :code:`brew install opus`
|
|
||||||
* :code:`brew tap caskroom/versions`
|
* :code:`brew tap caskroom/versions`
|
||||||
* :code:`brew cask install java8`
|
* :code:`brew cask install java8`
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ Installing pre-requirements
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git libav-tools libopus-dev unzip default-jre -y
|
sudo apt-get install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git unzip default-jre -y
|
||||||
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
Installing Red
|
Installing Red
|
||||||
|
|||||||
@@ -12,7 +12,8 @@ Installing the pre-requirements
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip default-jre -y
|
sudo apt install python3.5-dev python3-pip build-essential libssl-dev libffi-dev git unzip default-jre -y
|
||||||
|
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
Installing the bot
|
Installing the bot
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
yarl==0.18.0
|
yarl==0.18.0
|
||||||
aiohttp>=2.0.0,<2.3.0
|
aiohttp>=2.0.0,<2.3.0
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
youtube_dl
|
|
||||||
raven==6.5.0
|
raven==6.5.0
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
aiohttp-json-rpc==0.8.7
|
aiohttp-json-rpc==0.8.7
|
||||||
|
|||||||
Reference in New Issue
Block a user