emrose311
0
Q:

bdist_wheel python

pip install wheel
0
setup(
  ...,
  install_requires=['my-package'],
  dependency_links=[
    # location to your egg file
    os.path.join(os.getcwd(), 'deps', 'my_package-1.0.0-py3.5.egg')
  ]
)
0

New to Communities?

Join the community