forked from pallupz/covid-vaccine-booking
-
Notifications
You must be signed in to change notification settings - Fork 215
Setup
John Doe edited this page Jun 7, 2021
·
2 revisions
For Windows user, three methods are provided. Use any one of them.
If you are not familiar with Python, using the covid-vaccine-slot-booking.exe
executable file would be the easiest way.
Download it from here.
It might trigger an anti-virus alert. That's because I used pyinstaller
to package the python code and it needs a bit more effort to avoid such alerts.
This method use Portable Python.
- Clone this repo or Download source
- Double click to run
windows.bat
to install all dependencies & start this script
Note: It might take a little more time to run for first time because it extracts the python runtime and installs dependencies, but from the next time onwards, it'll be instant
- Download and install Python 3.8+
- Clone this repo
OR Download source and extract it.
git clone https://github.com/bombardier-gif/covid-vaccine-booking.git
- Install dependencies
pip install -r requirements.txt
- Running
python src\covid-vaccine-slot-booking.py
- Make sure Python 3.8+ is installed.
- Clone this repo
OR Download source and extract it.
git clone https://github.com/bombardier-gif/covid-vaccine-booking.git
- Install dependencies
pip install -r requirements.txt #If this fails try, pip3 install -r requirements.txt
- Software dependencies
- For Linux, install beep
sudo apt-get install beep
- For MacOS, install SoX
brew install SoX
Refer here
Refer here