Installation Guide ================== Primary Dependencies -------------------- **Colour - CLF IO** requires various dependencies in order to run: - `python >= 3.10, < 4 `__ - `lxml >= 5.2.1 < 6 `__ - `numpy >= 1.24, < 2 `__ Pypi ---- Once the dependencies are satisfied, **Colour - CLF IO** can be installed from the `Python Package Index `__ by issuing this command in a shell:: pip install --user colour-clf-io The overall development dependencies are installed as follows:: pip install --user 'colour-clf-io[development]'