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
In the terminal with your environment activate, enter:
145
+
pip install --no-deps cellprofiler
149
146
```
150
-
conda install -c apple tensorflow-deps
151
-
python -m pip install tensorflow-macos
152
-
pip install stardist csbdeep --no-deps
153
-
```
154
-
155
-
17. **Open CellProfiler**
156
-
157
-
Execute this command from within the downloaded CellProfiler repo (get there with `cd CellProfiler`)
158
147
148
+
16. **Open CellProfiler**
159
149
```
160
150
pythonw -m cellprofiler
161
151
```
162
152
163
-
18. **Connect CellProfiler with the plugins folder**
164
-
165
-
With your environment active, type pythonw -m cellprofiler in terminal to open CellProfiler if it is not open already.
153
+
17. **Connect CellProfiler with the plugins folder**
166
154
167
-
*In CellProfiler, go to File then Preferences...
168
-
*Scroll down and look for "CellProfiler Plugins Directory" on the left.
169
-
*Select the Browse button and choose the folder where you extracted the CellProfiler plugins files. It is probably called "CellProfiler-plugins-master" unless you have renamed it.
170
-
*Select Save at the bottom of the Preferences window
171
-
*Close CellProfiler and reopen it by typing pythonw -m cellprofiler on the command line
155
+
1. In CellProfiler, go to `File` then `Preferences...`
156
+
2. Scroll down and look for `CellProfiler Plugins Directory` on the left.
157
+
3. Select the Browse button and choose the folder where you extracted the CellProfiler plugins files. It is probably called `CellProfiler-plugins` unless you have renamed it.
158
+
4. Select Save at the bottom of the Preferences window
159
+
5. Close CellProfiler and reopen it by typing `pythonw -m cellprofiler` in the command line
172
160
173
161
174
-
### Resolving dependencies conflits
162
+
### Resolving dependencies conflicts
175
163
176
-
In the terminal with your environment activate, enter:
164
+
There can be some strange dependency conflicts that can arise with python-javabridge. In the terminal with your environment activate, enter:
0 commit comments