using pyclips and import clips as a python module

前端 未结 3 1939
执念已碎
执念已碎 2021-01-16 22:03

am using pyclips to generate the facts a nd rules of my system .. i have download every requirements for installing pyclips which include a clips directory that contatins th

3条回答
  •  自闭症患者
    2021-01-16 22:26

    You can't double click the setup.py file.
    First you change current dir to place which the setup.py file.
    Second use command setup.py install.

    You do about all, that's ok.

    e.g: 
    
    C:\Windows\System32>F:
    
    F:\>cd F:\Downloads\pyclips-1.0.7.348\pyclips
    
    F:\Downloads\pyclips-1.0.7.348\pyclips>setup.py install
    

提交回复
热议问题