- Fork the Repository
- Open your Terminal / Cmd
git clone https://github.com/sd2001/CRM-X.git
cd CRM-X
pip install virtualenv
python -m venv <name of environment>
source <name>/bin/activate
pip install -r requirements.txt
python manage.py runserver
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser