AleksLitynski / teller

A game engine dedicated to making generative content easier to make.
1 stars 0 forks source link

Install Dependencies #25

Closed JoePrezioso closed 10 years ago

JoePrezioso commented 10 years ago

Set up the code to install any dependencies (Python 2.7, networkX, etc.) upon attempting to run the code and...not finding them.

AleksLitynski commented 10 years ago

You can't run a python script to add python if you don't have python.

You could put the runtime into the repo, but that's not really advisable.