mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
docs
This commit is contained in:
@@ -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)
|
||||
import pycmx
|
||||
|
||||
with open("tests/edls/TEST.edl") as f:
|
||||
edl = pycmx.parse_cmx3600(f)
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
||||
Reference in New Issue
Block a user