Photonsters / Slicer

Photon Open Slicer - Command Line Slicer usable as MeshMixer plugin or as standalone
GNU General Public License v3.0
52 stars 11 forks source link

requirements.txt or full list of required libraries in REAMDE.md is missing #25

Open danielskowronski opened 3 years ago

danielskowronski commented 3 years ago

I literally can't set this program up due to missing list of required python libraries.

The following from REAMDE.md:

you have to install python and some libraries (Cython, numpy, opencv-python, PyOpenGL, PyOpenGL-accelerate, Pygame if glut not available)

is not something that can be used as instruction.

The best way would be to use requirements.txt file so everything can be installed using pip.