Da532 / Innocent-bot

💣 - A Discord client self-bot for destroying, nuking and causing mischief in servers.
171 stars 87 forks source link

Improper install command #14

Closed laggycomputer closed 5 years ago

laggycomputer commented 5 years ago

Your install command for discord.py rewrite is incorrrect. The correct form is pip3 install git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py.

Da532 commented 5 years ago

..it just isn’t though for this build.

laggycomputer commented 5 years ago

No, it is correct. The egg part is necessary to tell pip what to do with the cloned repo.

pip and pip3 vary over operating systems. I'd strongly recommend you add a note about such.