0

I am trying to use the OpenDutchWordnet from https://github.com/stephantul/OpenDutchWordnet.

I have cloned the directory to my machine and think that I should now execute the setup.py file.

In the Anaconda Prompt (from the directory in which setup.py is located) I ran both:

python setup.py

and

python3 setup.py

However, both return:

enter image description here

What do I need to do set up the code properly?

1
  • 1
    Append install to what you entered. Commented Oct 25, 2021 at 7:53

1 Answer 1

1

Installing Packages With setup.py

$ python setup.py install

or

$ setup.py install

You can find more information about installing packages in Python resources

References:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.