Confirmed users
656
edits
Line 203: | Line 203: | ||
* this allows packages to be installed with the 'setup.py' script | * this allows packages to be installed with the 'setup.py' script | ||
* if packages cannot be installed (for deployment reasons), altering 'sys.path' (or '$PYTHONPATH') can be used to | * if packages cannot be installed (for deployment reasons), altering 'sys.path' (or '$PYTHONPATH') can be used to utilized | ||
* with single-module packages, you get a sensibly named file that is imported in '__init__.py' and can be mirrored easily and it conforms to how all of the other packages work | * with single-module packages, you get a sensibly named file that is imported in '__init__.py' and can be mirrored easily and it conforms to how all of the other packages work | ||
== Integration Notes == | == Integration Notes == |