pysetup3.4
Deprecated Python 3.4 package installer
TLDR
Install package (deprecated)
$ pysetup3.4 install [package]
Run setup command$ pysetup3.4 run [command]
SYNOPSIS
pysetup3.4 [command] [options]
DESCRIPTION
pysetup3.4 was a package installation and management tool included with Python 3.4 as part of the distutils2 packaging effort. It provided commands for installing, removing, and managing Python packages before pip became the standard package manager.
The tool has been deprecated and replaced entirely by pip. It should not be used for new projects, and legacy systems still relying on it should migrate to pip for package management.
PARAMETERS
COMMAND
Setup command.install
Install package.run
Run command.
CAVEATS
Deprecated. Use pip instead.
HISTORY
pysetup3.4 was part of deprecated distutils2 packaging effort.

