note that wheel installers should compile .py

This commit is contained in:
Daniel Holth 2012-09-29 23:15:29 -04:00
parent 7717e40eb8
commit caf06e1290
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ Installing a wheel 'distribution-1.0.py32.none.any.whl'
d. Update ``distribution-1.0.dist.info/RECORD`` with the installed
paths.
e. Remove empty ``distribution-1.0.data`` directory.
f. Compile any installed .py to .pyc. (Uninstallers should be smart
enough to remove .pyc even if it is not mentioned in RECORD.)
File Format
-----------