Installation

PyPI

Versioned releases of AFMReader are available on the Python Package Index (PyPI) and can be installed, ideally in a virtual environment, using the following pip command.

pip install AFMReader

Development

Alternatively you can install the latest development release can be installed directly from GitHub using pip

pip install git+https://github.com/AFM-SPM/AFMReader.git

As per the documentation you can install specific commits, branches or tagged releases in this manner by appending @<commit>, @<branch> or @<tag>. Please refer to the pip documentation for further details.