Tenth Week

In tenth week, we achieved following :

  1. Ecldoc installation was determined.
  2. We used setup.py from setuptools to generate installation information for the project as python package.
  3. Requirements for projects was determined as jinja2 and lxml.
  4. All data files in Templates folder was added to setup.py as data files.
  5. A single script was added to bin directory to act as entry point for the ecldoc utility.
  6. We use pip to perform actual installation (for easy uninstall).
  7. We generated a Makefile with 2 targets - install and uninstall.
  8. Each target can be run with root permissions to install for all users and local permissions to install for given user only.
  9. Documentation was updated with installation info.

Comments

Popular posts from this blog

Sixth Week

Fifth Week