@@ -55,7 +55,7 @@ Windows
5555 venv/Scripts/Activate
5656
5757 # Install your packages...
58- pip install -U twitchio --pre
58+ pip install -U twitchio
5959
6060 # You can use your venv python while it's activated simply by running py
6161 # E.g. py main.py
@@ -88,7 +88,7 @@ Linux & MacOS
8888 source venv/bin/activate
8989
9090 # Install your packages...
91- pip install -U twitchio --pre
91+ pip install -U twitchio
9292
9393 # You can use your venv python while it's activated simply by running python
9494 # E.g. python main.py
@@ -106,12 +106,6 @@ Linux & MacOS
106106 Extra and Optional Dependencies
107107===============================
108108
109- .. raw :: html
110-
111- <span class =" warn-tio" >This version of TwitchIO is a Beta Version!</span >
112- <hr ></hr >
113-
114-
115109To use certain optional features of TwitchIO you will have to install the required packages needed to run them.
116110The following commands can be used to install TwitchIO with optional features:
117111
@@ -120,21 +114,21 @@ The following commands can be used to install TwitchIO with optional features:
120114
121115.. code :: shell
122116
123- pip install -U twitchio[starlette] --pre
117+ pip install -U twitchio[starlette]
124118
125119
126120 **For development purposes **:
127121
128122.. code :: shell
129123
130- pip install -U twitchio[dev] --pre
124+ pip install -U twitchio[dev]
131125
132126
133127 **For documentation purposes **:
134128
135129.. code :: shell
136130
137- pip install -U twitchio[docs] --pre
131+ pip install -U twitchio[docs]
138132
139133
140134 Custom Index
@@ -151,7 +145,7 @@ For convenience we provide an index thanks to `Abstract Umbra <https://github.co
151145
152146.. code :: shell
153147
154- pip install -U twitchio --pre -- extra-index-url https://pip.pythonista.gg
148+ pip install -U twitchio --extra-index-url https://pip.pythonista.gg
155149
156150
157151 Installation Issues
0 commit comments