I want to write a Python question, using numpy. But I think this library has not been installed as default. So, a test with the line "import numpy as np" will return:
**Error*** Traceback (most recent call last): File "__tester__.python3", line 1, in <module> import numpy ModuleNotFoundError: No module named 'numpy'Is there a way to install locally the numpy library? For example, as a support file.
Can anyone provide a step-by-step instruction how to do this? Sorry, but I am beginner with CodeRunner.