简体   繁体   中英

How to import lcapy library in Python

I am trying to import lcapy but I can not do that through cmd (I also tried with Jupyter Notebook). The error I face is: ModuleNotFoundError: No module named 'lcapy'

Run in your shell:

pip install lcapy

Then just import it =)

For example, import all of the library content:

from lcapy import *

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