Tachyon icon indicating copy to clipboard operation
Tachyon copied to clipboard

Add setup script for windows, and also a verify for the installation …

Open EhWhoAmI opened this issue 8 years ago • 6 comments

…directory for mac and linux Also, the non ascii text in the installation is a problem for windows, so I changed it to X.

EhWhoAmI avatar Oct 08 '17 06:10 EhWhoAmI

you used python2 code for the inputs change it to python3 and I;ll merge your pull request

RyanMaugin avatar Oct 08 '17 10:10 RyanMaugin

It looks like it is written in Python 3

timothysch avatar Feb 17 '18 16:02 timothysch

Last time I checked. it is python 3.

EhWhoAmI avatar Feb 22 '18 06:02 EhWhoAmI

Also, added the X's for the installing

EhWhoAmI avatar Feb 22 '18 06:02 EhWhoAmI

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 avatar Mar 03 '18 22:03 EhWhoAmI

@EhWhoAmI Replaceraw_input with input to make it valid Python 3 code. The vulnerability of using input has been fixed in Python 3.

Richienb avatar Nov 14 '18 09:11 Richienb