Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 707 Bytes

File metadata and controls

18 lines (14 loc) · 707 Bytes

Indian_Railways_Announcement_System


This is the Announcement System I am making for ITS.

To run this announcement system, do the following:

  1. Clone this repository.
  2. Open Command Prompt (on Windows) or Terminal (on Mac and Linux. Am I right?)
  3. Type the following commands: (I assume that you have opened the command prompt in the root folder of this repo and installed pipenv)
    1. pipenv shell (for creating the virtual environment.)
    2. pipenv install (for installing all dependencies.)
    3. python main.py (for running the system.)

The announcement is running now!

Congrats!

Enjoy!