...
Panel |
---|
|
The recommended method for installing Python and Python libraries varies from system to system. On Windows, use installers (.msi or .exe files). On Linux, use your system's built-in in package manager (for example apt-get ). Linux users might consider using easy_install or pip instead. On OS X 10.5, use .dmg based installers. A 64-bit installation for OS X 10.6 is a special case. Many installers do not install x86_64 compatible binaries. See Installing a 64-bit Python environment on Mac OS X 10.6 for more. |
...
With the path properly adjusted, one can use the doc
or help
commands in Matlab to learn how to use these commands. These call mex functions which may need to be built for your system. See the buildmex.m
script for guidance.