Installation
Installation with pip is recommended. Installation has been tested with Python >= 3.8.10.
Install using pip
$ pip install autoum
Install using source
$ git clone https://github.com/jroessler/autoum.git
$ cd autoum
$ pip install .
Troubleshooting
Please make sure to keep
pipandsetuptoolsup-to-dateAutoUM was only tested with MacOS and Linux
For MacOS it might be necessary to run
brew install libompTry running the installation with
pip --no-cache-dir install