maxpumperla / betago

BetaGo: AlphaGo for the masses, live on GitHub.
http://maxpumperla.github.io/betago
MIT License
680 stars 162 forks source link

How can I run it on windows #20

Closed jason19659 closed 7 years ago

jason19659 commented 7 years ago

How can I run it on windows?

rocketinventor commented 7 years ago

Try using Cygwin. Install it on your system, then proceed to follow the instructions as if using Linux.

rocketinventor commented 7 years ago

@comp0cker have you tried running this yet? Any luck?

maxpumperla commented 7 years ago

@jason19659 I'm working on dockerizing the application, which should make it easy to run on Windows as well.

maxpumperla commented 7 years ago

Betago demo is now dockerized, should work on any platform. See the readme for more info @jason19659 @rocketinventor.

Closing this now. Let me know if you see anything missing.