- Python: Downloads | Install Guide for MacOS
-
clone the project and change the directory
git clone https://github.com/ioprodz/cv-maker cd cv-maker -
create virtual environment for the project
python -m venv venv source venv/bin/activate -
Install the required libraries
pip install -r requirements.txt -
MIGRATE & RUN
python manage.py migrate python manage.py runserver -
Create a super user
python manage.py createsuperuser