-
Notifications
You must be signed in to change notification settings - Fork 7
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
Would it be possible to create a pip installation? #17
Comments
Unfortunately while Python is prominent in RikerBot, it's really a C++ project as far as build process goes. While it is possible to teach Eventually it may be possible to upload a binary wheel to PyPI for Windows, so that Windows users could side-step this process. That would require a working Windows build, which would require fixing #10. Getting CI working on Windows to produce the binaries is non-trivial and not really in my skillset, I did try for a couple hours one weekend, if anyone is a Github actions wizard and can get that process working I would certainly appreciate it and would happily start doing PyPI uploads. |
This is fixed, |
Though the instructions in the docs could be quite useful, it would be simpler if there was a pip installation.
I do not have the capability to run the setup described in the docs, and I'm sure others don't either, so if it were pre-setup, and all you have to do is run the pip install, it would increase the availability.
The text was updated successfully, but these errors were encountered: