============================== Installation ============================== django-headless-cms is available on the Python Package Index (PyPI), so it can be installed with standard Python tools like ``pip``. Installation Methods -------------------- .. contents:: :local: :depth: 1 Using pip ~~~~~~~~~ You can install django-headless-cms using pip: .. code-block:: shell pip install django-headless-cms Optional dependencies for OpenAI support can be installed with: .. code-block:: shell pip install django-headless-cms[openai] Development Version ~~~~~~~~~~~~~~~~~~~ Alternatively, you can install the git repository directly to obtain the development version: .. code-block:: shell pip install -e git+https://github.com/huynguyengl99/django-headless-cms.git#egg=django-headless-cms