Installation

django-model-magic can be installed using pip or by cloning the repository from GitHub.

Installation via pip

To install django-model-magic using pip, run the following command:

pip install django-model-magic

Installation from GitHub

You can also install django-model-magic by cloning the repository from GitHub. Follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Godfrey-Ndungu/django-model-magic.git
    
  2. Navigate to the cloned directory:

    cd django-model-magic
    
  3. Install the package using pip:

    pip install .