| ... | @@ -13,13 +13,15 @@ Requirements: | ... | @@ -13,13 +13,15 @@ Requirements: | 
|  | this package contains most of the python libraries |  | this package contains most of the python libraries | 
|  | however, some required packages are missing. |  | however, some required packages are missing. | 
|  | Start anaconda prompt and install additional packages: |  | Start anaconda prompt and install additional packages: | 
|  |  |  | ``` | 
|  | pip install opencv-python |  | pip install opencv-python | 
|  | conda install scikit-image dill |  | conda install scikit-image dill | 
|  |  |  | ``` | 
|  | - we recommend working with a 64bit OS and also a python interpreter compiled |  | - we recommend working with a 64bit OS and also a python interpreter compiled | 
|  | for 64bit as many use cases require a lot of memory (16 GB better 32 GB |  | for 64bit as many use cases require a lot of memory (16 GB better 32 GB | 
|  | recommended) |  | recommended) | 
|  | - the tsp module in externalmodules can be built with |  | - the tsp module in externalmodules can be built with | 
|  | python setuptsp.py |  | `python setuptsp.py` | 
|  | please note: for this step a valid compiler needs to be installed in the |  | please note: for this step a valid compiler needs to be installed in the | 
|  | system; Otherwise use the precompiled tsp-module |  | system; Otherwise use the precompiled tsp-module | 
|  | If you plan on using the WITec Raman interface to control your device, please |  | If you plan on using the WITec Raman interface to control your device, please | 
| ... |  | ... |  |