morphsnakes icon indicating copy to clipboard operation
morphsnakes copied to clipboard

Fix pip installation

Open fnattino opened this issue 1 year ago • 0 comments

Suggested changes to fix pip-based installation (closes #31):

  1. Modify setup argument to automatically install dependencies (requires -> install_requires)
  2. Work around to avoid importing morphsnakes in setup.py: this causes an issue if dependencies are not already available (you try to import packages before they are actually installed)

fnattino avatar Jun 08 '23 09:06 fnattino