HackerPoet / PySpace

GLSL Fractal Ray Marcher in Python
MIT License
1.16k stars 149 forks source link

Add dependency file #10

Closed emazzotta closed 5 years ago

emazzotta commented 5 years ago

It's quite common to include a requirements.txt file in a python project which specifies all the dependencies so that those can be installed in one command as described in the readme.

This change will:

Please note that before, as well as after my changes, I have the same issue as described here: https://github.com/HackerPoet/PySpace/issues/1 so I'm not able to verify the full functionality.

HackerPoet commented 5 years ago

Can those requirements be made >= instead of ==? I'm not sure what the absolute minimum versions are, but I'd like it to be future-proof.

emazzotta commented 5 years ago

Sure, that's a fair point. I just amended my change.

HackerPoet commented 5 years ago

Thanks!