0

So im trying to install this python module from github but it doesent have any setup.py so im wondering how else it can be installed im using python 3.6.4

https://github.com/kyb3r/Discord-Hooks

3
  • It's a single file. Just put it wherever you want and import it. Commented Jan 14, 2018 at 14:31
  • do i need to add a path or something? Commented Jan 14, 2018 at 14:32
  • 3
    Possible duplicate of How to install Python module without setup.py? Commented Jan 14, 2018 at 14:40

1 Answer 1

1

You don't have to install it. Just put discord_hooks.py in the same directory as your python application. Then, import it using:

from discord_hooks import Webhook
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.