Skip to content

Commit f12d069

Browse files
committed
Remove BETA references
1 parent 4d709e4 commit f12d069

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/getting-started/installing.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
115109
To use certain optional features of TwitchIO you will have to install the required packages needed to run them.
116110
The 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

docs/getting-started/migrating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Migrating
55

66
.. warning::
77

8-
This document is a work in progress.
8+
This document is large and currently an active work in progress.
99

1010

1111
Version 2 to version 3 has many breaking changes, new systems, new implementations and new designs that will require rewriting

0 commit comments

Comments
 (0)