Skip to content
Snippets Groups Projects
Commit 13a08d11 authored by Blaise Li's avatar Blaise Li
Browse files

Trying another way to resolve build-time dep.

parent 72b7cc9e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
/usr/bin/env python3 setup.py build_ext # /usr/bin/env python3 setup.py build_ext
# .egg-link does not work with PYTHONPATH ? # .egg-link does not work with PYTHONPATH ?
/usr/bin/env python3 -m pip install -e . /usr/bin/env python3 -m pip install -e .
/usr/bin/env python3 -m pip install --no-deps --ignore-installed . /usr/bin/env python3 -m pip install --no-deps --ignore-installed .
[build-system]
requires = ["setuptools", "Cython"]
build-backend = "setuptools.build_meta"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment