-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Document shipping just .nim files #40
Comments
Hello @juancarlospaco ! I am interested in using Also, I forgot that this was in the readme, but here are the instructions for bundling just the Nim files. Using this method depends on having the Nim compiler installed on the target machine, which is why I'd like to know what the If Also, Nimporter already automatically installs I am impressed by these packages as I did not think to use PyPi as a method of installing non-python software before ;) |
You have admin on the repo of choosenim_install, change what you want, etc. If it is installed it will install it again, because what if user broke the installation and want to install it again ?. |
Perfect. I think this is good to use then for source distributions. I made a couple changes to allow older Python versions to install |
It does whatever choosenim does on a given condition, |
I'm sorry I don't understand. Could you explain further? |
Oh you mean Nim's official |
I updated the readme to include choosenim_install. I don't want to make it a dependency of Nimporter itself because Nim users with custom installations might not like that. |
I am interested in trying all ways of shipping that nimporter can do, one of the options is not documented along with the others,
thats the option of just shipping the
.nim
files, I made a PIP package that install Nim and other that can install Nimpy,so would be nice to document on the readme how users can package the
.nim
files.For new users it might not be so obvious.
You can make your package depend on it
install_requires = ["choosenim_install"]
, heres an example on Windows:Commands in order to copy & paste:
pip install choosenim_install
pip install nimble_install --install-option="--nimble=nimpy"
Feel free to use the screenshot if is useful for Docs.
:)
The text was updated successfully, but these errors were encountered: