Tachyon
Tachyon copied to clipboard
Add setup script for windows, and also a verify for the installation …
…directory for mac and linux
Also, the non ascii text in the installation is a problem for windows, so I changed it to X.
you used python2 code for the inputs change it to python3 and I;ll merge your pull request
It looks like it is written in Python 3
Last time I checked. it is python 3.
Also, added the X's for the installing
BTW @RyanMaugin , can you send a preview of Oculorum just to have a look at what it is like. No need for source code, just need an example syntax.
@EhWhoAmI Replaceraw_input with input to make it valid Python 3 code. The vulnerability of using input has been fixed in Python 3.