Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipInstall ¶ added in v1.0.3
func PipInstall(req string) *plugin_exec.Cmd
PipInstall returns a command to install Python packages from a requirements file. The command will upgrade any existing packages and install the packages specified in the given requirements file.
Types ¶
type Plugin ¶
type Plugin struct {
*plugin_base.Plugin
Settings *Settings
}
Plugin implements provide the plugin.
func New ¶
func New(e plugin_base.ExecuteFunc, build ...string) *Plugin
Click to show internal directories.
Click to hide internal directories.