Tenth Week
In tenth week, we achieved following :
- Ecldoc installation was determined.
- We used setup.py from setuptools to generate installation information for the project as python package.
- Requirements for projects was determined as jinja2 and lxml.
- All data files in Templates folder was added to setup.py as data files.
- A single script was added to bin directory to act as entry point for the ecldoc utility.
- We use pip to perform actual installation (for easy uninstall).
- We generated a Makefile with 2 targets - install and uninstall.
- Each target can be run with root permissions to install for all users and local permissions to install for given user only.
- Documentation was updated with installation info.
Comments
Post a Comment