- If you don’t have Python installed already, do so.
- If you don’t have setuptools installed already, do so.
- Once setuptools is installed, type easy_install cmislib
- That’s it!
Once you do that, you should be able to fire up Python on the command-line and import cmislib successfully.
>>> from cmislib import CmisClient, Repository, Folder
To validate everything is working, run some Tests or walk through some Examples.