Payroll System Packages: Python 3.7.4 Django 2.2.6 Installation: Step 1: Clone the project. git clone [email protected]:Swiftkind/payroll.git Step 2: Install the requirements. pip install -r requirements.txt Step 3: Run the server. python manage.py runserver