... | ... | @@ -11,15 +11,15 @@ Requirements: |
|
|
win32com, pythoncom, cython 0.28
|
|
|
- we advise the use of Anaconda (python 3.6): https://www.anaconda.com/download
|
|
|
this package contains most of the python libraries
|
|
|
however, opencv and scikit-image are missing
|
|
|
start anaconda prompt and install opencv:
|
|
|
pip install opencv-python
|
|
|
conda install scikit-image
|
|
|
however, some required packages are missing.
|
|
|
Start anaconda prompt and install additional packages:
|
|
|
pip install opencv-python
|
|
|
conda install scikit-image dill
|
|
|
- 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
|
|
|
recommended)
|
|
|
- the tsp module in externalmodules can be built with
|
|
|
python setuptsp.py
|
|
|
- the tsp module in externalmodules can be built with
|
|
|
python setuptsp.py
|
|
|
please note: for this step a valid compiler needs to be installed in the
|
|
|
system; Otherwise use the precompiled tsp-module
|
|
|
If you plan on using the WITec Raman interface to control your device, please
|
... | ... | |