Installation#

From source#

To install ActinMeshure, download the source code from the repository, navigate to the destination directory, and run:

$ pip install .

If you wish to edit/develop the package, run it directly from source using:

$ pip install -e .  # Run once to add package to Python path

Getting started#

Create an ActImg instance easily using the meshure.actimg.get_ActImg() function.

Installing dependencies#

If you do not have pandoc installed, you can install it as follows. Check pandoc documentation for OS-specific installation instructions.

sudo apt-get install pandoc