Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use binaries for Windows #190

Closed
zappybiby opened this issue Apr 17, 2017 · 3 comments
Closed

How to use binaries for Windows #190

zappybiby opened this issue Apr 17, 2017 · 3 comments
Labels

Comments

@zappybiby
Copy link

zappybiby commented Apr 17, 2017

OK guys, I have spent a couple days going over things and trying to figure this out. But I have to ask the dumb question: What do I do with the precompiled binaries for Windows? I cant run basic.py because module vizdoom is missing (obviously). And the only way to get it to compile with that is if I either use pip, which isn't on Windows, or build on Windows which would actually really suck.

I must really be lost, because it seems no one else has asked this before. I feel like I'm missing something really obvious but none of the documentation is helping me here.

@mwydmuch
Copy link
Collaborator

mwydmuch commented Apr 17, 2017

Hello @zappybiby,
you are right that it isn't directly written anywhere, but vizdoom dir inside zip with Windows binaries is just ready Python package for Windows, so you can simply copy it into python_root\Lib\site-packges or directly into your project dir.

Sorry for your wasted time, I will add some additional info about it.

@zappybiby
Copy link
Author

Thank you so much! Got it working great now.

@mwydmuch
Copy link
Collaborator

That's good to hear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants