API Reference

The Environment Class

class pydeploy.environment.PythonEnvironment(argv=())[source]
checkout(source, *args, **kwargs)[source]

Downloads a package from source, and returns the path to which it was extracted.

install(source, reinstall=True)[source]

Installs a package from source.

@param reinstall: If False, skips installation if this source has already been installed.

Project Versions

Table Of Contents

Previous topic

For Developers / Package Maintainers

Next topic

FAQ

This Page