Installation

Windows

The latest installer and/or executable can be found in the release section.

Launch the program from the start menu.

Note

Multiple instances of the program can be launched to watch different folders for file creations.

From a Terminal

Requirements

  • Windows: A terminal such as Git Bash.

  • All platforms: Download and install the appropriate miniconda package or micromamba package for your platform.

  • All platforms: Check if pip is installed, else conda install pip or mamba install pip.

Installation steps

Open a terminal and execute (Windows: right click on a folder and choose Git Bash from the context menu.)

pip install git+https://github.com/echemdb/autotag-metadata

Windows: Create an icon in the start menu

desktop-app install autotag_metadata

Starting Autotag-Metadata

python -m autotag_metadata

Note

Multiple instances of the program can be launched to observe different folders.

For developers

Download the repository

git clone ssh://git@github.com/echemdb/autotag-metadata.git
cd autotag-metadata

Install dependencies

conda env create --name autotag --file environment-dev.yml
conda activate autotag_metadata-dev
pip install -e .

Starting autotag-metadata

python -m autotag_metadata

To verify changes made to the documentation refer to the readme in the repository.