Getting Started¶
Installation¶
For running on a cluster, you should install Singularity and rsync before using lxm3. It may be possible to run on the cluster without Singularity, but that path was not tested thoroughly.
You can install lxm3 from PyPI by running.
pip install lxm3
You can also install from GitHub for the latest features.
# Consider pinning to a specific commit/tag.
pip install git+https://github.com/ethanluoyc/lxm3
Examples¶
Since lxm3 implements the XManager API, you should get familiar with the concepts in the XManager.
Once you have understood the basics, checkout the examples/ directory for a quick start guide.