How to import the module¶
The recipe provides the way of importing module.
import irfpy.util
If failed, please check whether the installation was correctly done,
the sys.path
variables in python, or PYTHONPATH
environment in shell.
The recipe provides the way of importing module.
import irfpy.util
If failed, please check whether the installation was correctly done,
the sys.path
variables in python, or PYTHONPATH
environment in shell.