Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instalation step-by-step tutorial - wip #24

Open
X3msnake opened this issue Jun 21, 2018 · 5 comments
Open

Instalation step-by-step tutorial - wip #24

X3msnake opened this issue Jun 21, 2018 · 5 comments
Labels
Documentation Tag issues that have know-how about the extension usage usefull for future reference not issue Describes the forum thread and any thread that is conversational or does not invoke a action

Comments

@X3msnake
Copy link
Member

X3msnake commented Jun 21, 2018

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

@X3msnake X3msnake added not issue Describes the forum thread and any thread that is conversational or does not invoke a action Documentation Tag issues that have know-how about the extension usage usefull for future reference labels Jun 21, 2018
@NardJ
Copy link
Collaborator

NardJ commented Jun 25, 2018

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

@X3msnake
Copy link
Member Author

@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
Copy link

thanks

@X3msnake
Copy link
Member Author

X3msnake commented Jul 4, 2018

@luciusaurelius did you try it?

@X3msnake
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Tag issues that have know-how about the extension usage usefull for future reference not issue Describes the forum thread and any thread that is conversational or does not invoke a action
Projects
None yet
Development

No branches or pull requests

3 participants