Skip to content

Commit 87e62ff

Browse files
committed
Comments on Flags for # PLUGINS in config.py
1 parent 9917a06 commit 87e62ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
NECESSARY_STRING = '' #Is there any string that should be in the file name to "count"?
4242

4343
# PLUGINS
44-
USE_PLUGINS = 'False'
45-
UPDATE_PLUGINS = 'False'
44+
USE_PLUGINS = 'False' # True if want to use any plugin from CellProfiler-plugins repo
45+
UPDATE_PLUGINS = 'False' # True to download updates from CellProfiler-plugins repo
4646
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
47+
INSTALL_REQUIREMENTS = 'False' # True to install REQUIREMENTS_FILE defined below. Requirements should have the plugin dependencies
48+
REQUIREMENTS_FILE = '' # Path within the CellProfiler-plugins repo to a requirements file

0 commit comments

Comments
 (0)