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 1313 <version >0.1.3-SNAPSHOT</version >
1414
1515 <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 >
1717 <url >https://github.com/scijava/scripting-python</url >
1818 <inceptionYear >2021</inceptionYear >
1919 <organization >
Original file line number Diff line number Diff line change 4949import org .scijava .ui .UIService ;
5050
5151/**
52- * A script engine for conda-based python .
52+ * A script engine for Python (PyImageJ) .
5353 *
5454 * @author Curtis Rueden
5555 * @author Karl Duderstadt
Original file line number Diff line number Diff line change 3737import org .scijava .script .ScriptLanguage ;
3838
3939/**
40- * An adapter for conda-based python to the SciJava scripting interface.
40+ * An adapter for Python (PyImageJ) to the SciJava scripting interface.
4141 *
4242 * @author Curtis Rueden
4343 * @author Karl Duderstadt
Original file line number Diff line number Diff line change 3535import javax .script .ScriptEngine ;
3636
3737/**
38- * Interface for conda-based python script running implementations.
38+ * Interface for Python (PyImageJ) script running implementations.
3939 *
4040 * @author Curtis Rueden
4141 * @author Karl Duderstadt
Original file line number Diff line number Diff line change 3434import org .scijava .ui .swing .script .SyntaxHighlighter ;
3535
3636/**
37- * SyntaxHighlighter for Conda Python 3 .
37+ * SyntaxHighlighter for Python (PyImageJ) .
3838 *
3939 * @author Karl Duderstadt
4040 */
You can’t perform that action at this time.
0 commit comments