This commit is contained in:
2025-12-16 17:44:45 -08:00
parent f0a445b2b2
commit 717b045967

View File

@@ -37,15 +37,17 @@ Getting Started
Install `pycmx` with pip.
.. code-block:: sh
pip install pycmx
`pycmx` parses an EDL with the `parse_cmx3600` function:
.. code-block:: python
import pycmx
with open("tests/edls/TEST.edl") as f
... edl = pycmx.parse_cmx3600(f)
with open("tests/edls/TEST.edl") as f:
edl = pycmx.parse_cmx3600(f)
.. toctree::