Photonsters / PhotonFileEditor

Utilities to display, make and edit files for the Anycubic Photon printer
GNU General Public License v3.0
75 stars 13 forks source link

Instalation step-by-step tutorial - wip #24

Open X3msnake opened 6 years ago

X3msnake commented 6 years ago

Rev.20180621


Goto the project github and download the source zip file

image

image


Download and Install Python 3 from https://www.python.org/downloads/

image

image


From the windows menu Search cmd and run as admin

image


run python --version into the command line to confirm that your are running version 3.0 or above.

image


run python -m pip install --upgrade pip to install the latest package manager

image


run python -m pip install -U pygame --user to install the required library to run PhotonFileTools

image


Unzip PhotonFileUtils-master.zip to the root of your C:\Drive

image


Change directory by typing cd C:\path\to\your\unzipped\files

image

you can open the folder in windows explorer and copy the path on the top bar and right click/paste on the comand box window


Finally run python PhotonEditor.py and enjoy

image

image

NardJ commented 6 years ago

Nice! When ready we should add this to the wiki! (However not the readme I think) We should also add installation of numpy.

X3msnake commented 6 years ago

@NardJ

Yeah the idea is to add this to the wiki.

Readme should have only a context about what this is and can do, and links to the appropriate sections of the wiki

luciusaurelius commented 6 years ago

thanks

X3msnake commented 6 years ago

@luciusaurelius did you try it?

X3msnake commented 5 years ago

Dependencies needed

Python must be on windows path!

python -m pip install -U pygame --user python -m pip install -U opencv-python --user python -m pip install -U numpy --user python -m pip install -U PyOpenGL --user python -m pip install -U scipy --user