File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/org/scijava/plugins/scripting/python Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
<version >0.1.3-SNAPSHOT</version >
14
14
15
15
<name >SciJava Scripting: Python</name >
16
- <description >Python scripting language plugin to be used with a conda environment .</description >
16
+ <description >Python scripting language plugin to be used with PyImageJ .</description >
17
17
<url >https://github.com/scijava/scripting-python</url >
18
18
<inceptionYear >2021</inceptionYear >
19
19
<organization >
Original file line number Diff line number Diff line change 49
49
import org .scijava .ui .UIService ;
50
50
51
51
/**
52
- * A script engine for conda-based python .
52
+ * A script engine for Python (PyImageJ) .
53
53
*
54
54
* @author Curtis Rueden
55
55
* @author Karl Duderstadt
Original file line number Diff line number Diff line change 37
37
import org .scijava .script .ScriptLanguage ;
38
38
39
39
/**
40
- * An adapter for conda-based python to the SciJava scripting interface.
40
+ * An adapter for Python (PyImageJ) to the SciJava scripting interface.
41
41
*
42
42
* @author Curtis Rueden
43
43
* @author Karl Duderstadt
Original file line number Diff line number Diff line change 35
35
import javax .script .ScriptEngine ;
36
36
37
37
/**
38
- * Interface for conda-based python script running implementations.
38
+ * Interface for Python (PyImageJ) script running implementations.
39
39
*
40
40
* @author Curtis Rueden
41
41
* @author Karl Duderstadt
Original file line number Diff line number Diff line change 34
34
import org .scijava .ui .swing .script .SyntaxHighlighter ;
35
35
36
36
/**
37
- * SyntaxHighlighter for Conda Python 3 .
37
+ * SyntaxHighlighter for Python (PyImageJ) .
38
38
*
39
39
* @author Karl Duderstadt
40
40
*/
You can’t perform that action at this time.
0 commit comments