Skip to content

Commit 577c2d2

Browse files
authored
Update install instructions (README)
1 parent b49e478 commit 577c2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ TwitchIO 2 requires **Python 3.7+**. You can download the latest version of Pyth
4242

4343
.. code:: sh
4444
45-
py -3.9 -m pip install -U twitchio --pre
45+
py -3.9 -m pip install -U twitchio
4646
4747
**Linux**
4848

4949
.. code:: sh
5050
51-
python3.9 -m pip install -U twitchio --pre
51+
python3.9 -m pip install -U twitchio
5252
5353
Access Tokens
5454
---------------------------

0 commit comments

Comments
 (0)