This is the Announcement System I am making for ITS.
To run this announcement system, do the following:
- Clone this repository.
- Open Command Prompt (on Windows) or Terminal (on Mac and Linux. Am I right?)
- Type the following commands: (I assume that you have opened the command prompt in the root folder of this repo and installed
pipenv
)pipenv shell
(for creating the virtual environment.)pipenv install
(for installing all dependencies.)python main.py
(for running the system.)
The announcement is running now!
Congrats!
Enjoy!