setup module¶
Setup script for installation of chefkoch package
- Usecases:
- install package system-wide on your machine (needs su privileges)
- EXAMPLE: ‘python setup.py install’
- install package for your local user only (no privileges needed)
- EXAMPLE: ‘python setup.py install –user’
-
setup.INFO(string)¶
-
setup.WARNING(string)¶
-
setup.checkRequirement(lstRequirements, importName, requirementName)¶ Don’t add packages unconditionally as this involves the risk of updating an already installed package. Sometimes this may break during install or mix up dependencies after install. Consider an update only if the requested package is not installed at all or if we are building an installation wheel.
-
setup.doc_opts()¶ Introduce a command-line setup target to generate the sphinx doc.
-
setup.getCurrentVersion()¶ Determine package version and put it in the signatures.