# education **Repository Path**: shifeipython/education ## Basic Information - **Project Name**: education - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: ci - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-04 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Education The Education Domain of ERPNext comes with features to record student info and courses, track assessment, fees payments, curate quizes and programs. You can check out the following topics after this brief introduction to the education module. ### Installation Using bench, [install ERPNext](https://github.com/frappe/bench#installation) as mentioned here. Once ERPNext is installed, add education app to your bench by running ```sh $ bench get-app education ``` After that, you can install education app on required site by running ```sh $ bench --site demo.com install-app education ``` ### License GNU GPL V3. See [license.txt](https://github.com/frappe/agriculture/blob/develop/license.txt) for more information.