kuuko pushed a commit to branch python-efl-1.10. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=ccfc4b00824e025e3b0512a9f3c67f3232543983
commit ccfc4b00824e025e3b0512a9f3c67f3232543983 Author: godfath3r <[email protected]> Date: Wed Jul 23 23:05:59 2014 +0300 doc: add cleanup command in INSTALL file. Reviewers: kuuko Reviewed By: kuuko Projects: #python_bindings_for_efl Differential Revision: https://phab.enlightenment.org/D1224 --- INSTALL | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 82ddfeb..90a6411 100644 --- a/INSTALL +++ b/INSTALL @@ -48,7 +48,15 @@ -3. INSTALLATION: +3. CLEANUP: +----------- + * For cleaning up + + python setup.py clean_generated_files + + + +4. INSTALLATION: ---------------- * For system-wide installation (needs administrator privileges): @@ -69,7 +77,7 @@ -4. DOCUMENTATION: +5. DOCUMENTATION: ----------------- To build the docs for the bindings you need to have Sphinx installed, for @@ -87,7 +95,7 @@ up with empty documentation. -5. TESTS and EXAMPLES: +6. TESTS and EXAMPLES: ---------------------- The tests/ folder contains all the unit tests available, you can run individual @@ -101,7 +109,7 @@ -6. UNINSTALL: +7. UNINSTALL: ------------- Unfortunately setup.py does not provide a way to remove the installed packages, --
