On macOS and Linux: python3 -m pip3 install --user virtualenv
On Windows: py -m pip3 install --user virtualenv
On macOS and Linux: python3 -m venv env
On Windows: py -m venv env
On macOS and Linux: source env/bin/activate
On Windows: .\env\Scripts\activate
git clone https://github.com/chinmayparekh/Blogspot.git
cd Blogspot/
pip3 install -r requirements.txt
python3 manage.py makemigrations python3 manage.py migrate
python3 manage.py runserver