Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 345 Bytes

Blog-site

INSTALLATION:

Make sure the required packages are installed:

  • Open your Terminal.

  • On Windows type: python -m pip install -r requirements.txt

  • On MacOS type: pip3 install -r requirements.txt

  • This will install the packages from the requirements.txt for this project.

Create a new 'SECRET_KEY' in your virtual env.