Skip to content

Commit bcca991

Browse files
authored
Update README.md
1 parent 01045e4 commit bcca991

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@ An Employee Management System in Django keeps track of all of the employee’s i
1717

1818
• Delete Employee - The admin can remove the employee from the database.
1919

20+
> This Application was created using Python, Django, HTML/CSS, and Bootstrap.
21+
2022
## Sample video of this Project
2123

2224
Employee Management System - https://user-images.githubusercontent.com/95544839/215315801-f1f4bbfb-53c2-4e5a-8090-844e4f572b46.mp4
2325

2426
## Installation
2527

26-
This requires Python v3.8+ and Django v4.0.4+ to run.
28+
This requires [Python](https://www.python.org/) v3.8+ and [Django](https://www.djangoproject.com/) v4.0.4+ to run.
2729

2830
```bash
29-
pip install django
31+
pip install -r requirements.txt
3032
```
3133

3234
Install the dependencies and start the server.

0 commit comments

Comments
 (0)