mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
Add scripts for launching without setuptools.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
if __name__ == "__main__":
|
||||
from scikits.image.scripts import scivi
|
||||
scivi.main()
|
||||
|
||||
Executable → Regular
Reference in New Issue
Block a user