Installation#
Prerequisite: Python#
Install Python and packages for scientific computing in Python (scipy, numpy, matplotlib). The package is tested and works with Python 3.* We recommend installing Python distributions that comes with Numpy that is connected to the optimized numeric libraries like ATLAS. One such distribution is Anaconda, that provides ATLAS support and optimized math kernel.
Recommended installation: via Python pip#
Users can simply install the package from command line:
pip install optical-table
This finishes installation. This should work on all operating systems (Linux, OSX, Windows) with Python 3.* . Users should contact developers if unexpected errors occur.