Skip to content

Commit c53700c

Browse files
authored
Move README out of ancient times
1 parent a6ec0d5 commit c53700c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
:target: https://github.com/psf/black
1515

1616

17-
TwitchIO 2.0 is currently in a BETA stage looking for testers and users. 2.0 supercedes the current 1.2.3 version.
18-
19-
TwitchIO is an asynchronous Python wrapper around the Twitch API and IRC, with a powerful command extension for creating Twitch Chat Bots. TwitchIO 2 will cover 100% of the new Twitch API and will feature support for commands, PubSub and Webhooks.
20-
21-
TwitchIO 2.0 will be buggy, will be lacking some features and you will run into problems here and there, that is the nature of BETA software, by using 2.0 you are helping test and develop TwitchIO by providing us with valuable feedback, feature requests and bug reports.
17+
TwitchIO is an asynchronous Python wrapper around the Twitch API and IRC, with a powerful command extension for creating Twitch Chat Bots. TwitchIO covers almost all of the new Twitch API and features support for commands, PubSub, Webhooks, and EventSub.
2218

2319
Documentation
2420
---------------------------
@@ -27,7 +23,7 @@ For the Official Documentation: `Click Here! <https://twitchio.readthedocs.io/en
2723
Support
2824
---------------------------
2925
For support using TwitchIO, please join the official `support server
30-
<https://discord.gg/RAKc3HF>`_ on `Discord <https://discordapp.com/>`_.
26+
<https://discord.gg/RAKc3HF>`_ on `Discord <https://discord.com/>`_.
3127

3228
|Discord|
3329

@@ -36,19 +32,19 @@ For support using TwitchIO, please join the official `support server
3632

3733
Installation
3834
---------------------------
39-
TwitchIO 2 requires **Python 3.7+**. You can download the latest version of Python `here <https://www.python.org/downloads/>`_.
35+
TwitchIO requires **Python 3.7+**. You can download the latest version of Python `here <https://www.python.org/downloads/>`_.
4036

4137
**Windows**
4238

4339
.. code:: sh
4440
45-
py -3.9 -m pip install -U twitchio
41+
py -m pip install -U twitchio
4642
4743
**Linux**
4844

4945
.. code:: sh
5046
51-
python3.9 -m pip install -U twitchio
47+
python -m pip install -U twitchio
5248
5349
Access Tokens
5450
---------------------------

0 commit comments

Comments
 (0)