Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 611 Bytes

File metadata and controls

15 lines (12 loc) · 611 Bytes

Placement-Cell-Management-System

A database management system for a university placement cells using Python 3.6 and SQLAlchemy

Installing the Requirements:

Ubuntu

Run the requirements.sh file to create a new environment using Anaconda and install necessary packages

Windows

Run the requirements.cmd file in the project folder using the Anaconda Prompt if you use Anaconda otherwise
run it in the Windows Command Prompt. You can do that by running the given commands in the appropriate CMD:

cd <parent-directory>\Placement-Cell-Management-System
requirements.cmd