1.2. Package Installation¶
1.2.1. Python Modules and PYTHONPATH¶
1.2.2. Python Packages and Import Rules¶
Absolute and relative imports.
1.2.3. virtualenv, pip, and distribute¶
The easy way to install new packages. Use docutils and django as examples.
1.2.4. Manual Installation¶
Use NumPy as an example.