morphsnakes
morphsnakes copied to clipboard
Fix pip installation
Suggested changes to fix pip
-based installation (closes #31):
- Modify setup argument to automatically install dependencies (
requires
->install_requires
) - Work around to avoid importing
morphsnakes
insetup.py
: this causes an issue if dependencies are not already available (you try to import packages before they are actually installed)