You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download XCode from the Mac App Store or from https://developer.apple.com/xcode/
82
-
83
-
Install it and run it
84
-
85
-
To get gcc, you must install command line tools, a package for XCode. You can access this from: XCode menu > Preferences > Downloads. Check "command line tools" and install.
86
-
87
-
Reboot your system to make sure everything is loaded.
88
-
78
+
Download XCode from the Mac App Store or from https://developer.apple.com/xcode/
79
+
80
+
Install it and run it
81
+
82
+
To get gcc, you must install command line tools, a package for XCode. You can access this from: XCode menu > Preferences > Downloads. Check "command line tools" and install.
83
+
84
+
Reboot your system to make sure everything is loaded.
85
+
89
86
Download and install Anaconda Python Distribution:
90
-
http://continuum.io/downloads
91
-
92
-
Download either the bash installer or the GUI installer.
93
-
To run the bash installer, download the file to the Downloads folder and run this command in the Terminal:
94
-
87
+
http://continuum.io/downloads
88
+
89
+
Download either the bash installer or the GUI installer.
90
+
To run the bash installer, download the file to the Downloads folder and run this command in the Terminal:
95
91
96
92
{{{
97
93
bash Anaconda*.sh
98
94
}}}
99
95
100
-
If you used the "pkg" download, just double-click it to install. You can then choose either single-user of system-wide.
96
+
If you used the "pkg" download, just double-click it to install. You can then choose either single-user of system-wide.
101
97
102
98
Install wxPython:
103
-
Now, open a *new* Terminal window, and run this command to install wxPython:
104
-
99
+
Now, open a *new* Terminal window, and run this command to install wxPython:
105
100
106
101
{{{
107
102
conda install wxpython
108
103
}}}
109
104
110
-
This failed for me on Mac OS X Snow Leopard, so I had to download this file:
to the Downloads folder, and then run these commands:
114
108
115
109
{{{
116
110
cd ~/Downloads
117
111
conda install wxpython-3.0-py27_0.tar.bz2
118
112
}}}
119
113
120
-
Install SeedWater Semgnter:
121
-
In the Terminal, run the following:
122
-
114
+
Install SeedWater Segmenter:
115
+
In the Terminal, run the following:
123
116
124
117
{{{
125
118
pip install SeedWaterSegmenter
126
119
}}}
127
120
128
121
Run SeedWater:
129
-
Now, from this same Anaconda command prompt, you can run SeedWater with the following command, noting that you HAVE to use "pythonw" and not just "python":
130
-
122
+
Now, from this same Anaconda command prompt, you can run SeedWater with the following command, noting that you HAVE to use "pythonw" and not just "python":
131
123
132
124
{{{
133
125
pythonw -m SeedWaterSegmenter.SeedWaterSegmenter
134
126
}}}
135
127
136
128
Download the App:
137
-
Now also, thanks to Sveinbjorn Thordarson's Platypus tool, a packaged app is available for download at:
0 commit comments