Installation#

With conda#

Conda is not yet supported.

From Source: Cloning, Building, Installing#

The latest development version of overload_numpy can be cloned from GitHub using git

git clone git://github.com/nstarman/overload_numpy.git

To build and install the project (from the root of the source tree, e.g., inside the cloned overload_numpy directory)

python -m pip install [-e] .

To c-transpile and build wheels with mypyc.

python -m pip install [-e] . --install-option='--use-mypyc"

Python Dependencies#

This packages has the following dependencies:

  • Python >= 3.8

  • mypy_extensions >= 0.4.3 : for c-transpilation

Explicit version requirements are specified in the project pyproject.toml. pip and conda should install and enforce these versions automatically.