We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9917a06 commit 87e62ffCopy full SHA for 87e62ff
1 file changed
config.py
@@ -41,8 +41,8 @@
41
NECESSARY_STRING = '' #Is there any string that should be in the file name to "count"?
42
43
# PLUGINS
44
-USE_PLUGINS = 'False'
45
-UPDATE_PLUGINS = 'False'
+USE_PLUGINS = 'False' # True if want to use any plugin from CellProfiler-plugins repo
+UPDATE_PLUGINS = 'False' # True to download updates from CellProfiler-plugins repo
46
PLUGINS_COMMIT = '' # What commit or version tag do you want to check out?
47
-INSTALL_REQUIREMENTS = 'False'
48
-REQUIREMENTS_FILE = '' # Path within the plugins repo to a requirements file
+INSTALL_REQUIREMENTS = 'False' # True to install REQUIREMENTS_FILE defined below. Requirements should have the plugin dependencies
+REQUIREMENTS_FILE = '' # Path within the CellProfiler-plugins repo to a requirements file
0 commit comments