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.
Development
Alternatively you can install the latest development release can be installed directly from GitHub using pip
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.