Install
Dependencies
DataMatrix requires only the Python standard library. That is, you can use it without installing any additional Python packages (although the pip and conda packages install some of the optional dependencies by default). Python 3.7 and higher are supported.
The following packages are required for extra functionality:
numpyandscipyfor using theFloatColumn,IntColumn,SeriesColumn,MultiDimensionalColumnobjectspandasfor conversion to and frompandas.DataFramemnefor conversion to and frommne.Epochsandmne.TFRfastnumbersfor improved performanceprettytablefor creating a text representation of a DataMatrix (e.g. to print it out)openpyxlfor reading and writing.xlsxfilesjson_tricksfor hashing, serialization to and fromjson, and memoization (caching)tomlkitfor reading configuration frompyproject.tomlpsutilfor dynamic loading of large data
Installation
PyPi (pip install)
pip install datamatrix
Anaconda
conda install -c conda-forge datamatrix
Ubuntu
sudo add-apt-repository ppa:smathot/cogscinl # for stable releases
sudo add-apt-repository ppa:smathot/rapunzel # for development releases
sudo apt-get update
sudo apt install python3-datamatrix



