Is there any rewrite version? #7086
-
Hey Users, today i just read about the "rewrite" version of discordpy and i wanted to test it myself :D I tried to install it by executing this: pip install -U git+https://github.com/Rapptz/discord.py@rewrite has the rewrite version merged into master? maybe you can help me, how to install rewrite version : ) Have a great day 👍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The You should generally not install from the |
Beta Was this translation helpful? Give feedback.
The
rewrite
branch was used when the library was being re-written for the 1.0 release, and has indeed become themaster
branch.You should generally not install from the
master
branch as version 2.0 is being actively worked on, and there will be breaking changes without official notice.