- Install Nim packages directly from Python PIP. https://pypi.org/project/nimble-install
Uses Python PIP --install-option=
,
there you can pass Nim packages separated by comma.
You can install Frontend packages to use with a Python Backend directly from PIP. You can install Nimpy directly from PIP.
$ pip install nimble_install --install-option="--nimble=contra"
Skipping wheel build for nimble-install, due to binaries being disabled for it.
Installing collected packages: nimble-install
running install
Downloading https://github.com/juancarlospaco/nim-contra using git
Verifying dependencies for [email protected]
Installing [email protected]
Prompt: [email protected] already exists. Overwrite? -> [forced yes]
Success: contra installed successfully.
CompletedProcess(args='nimble --accept --noColor install contra', returncode=0)
Running setup.py install for nimble-install... done
Successfully installed nimble-install-0.0.1
$
Examples:
pip install nimble_install --install-option="--nimble=nimpy"
pip install nimble_install --install-option="--nimble=gatabase,nimterlingua"
pip install nimble_install --install-option="--nimble=compiler"
- https://github.com/juancarlospaco/faster-than-requests#faster-than-requests
- https://github.com/juancarlospaco/faster-than-csv#faster-than-csv
- https://github.com/juancarlospaco/faster-than-walk#faster-than-walk
- https://github.com/juancarlospaco/choosenim_install