简体   繁体   中英

Install code from Github with setup.py file

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:

在此处输入图片说明

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

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:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM