install taichi package on python
问题 I tried to run a script with python, it has taichi package downloaded from GitHub. I have little knowledge of how python packages are installed, now I got error in command prompt like "ModuleNotFoundError: No module named 'taichi'" I just installed package downloaded from GitHub: https://pypi.org/project/taichi/#files Hope someone can teach what should I do to run my script contains taichi package~ 回答1: To install packages in python you just run the command pip install (name of package) in