Install tagmaps package in Windows
This is a brief guide for installing Tagmaps package in Windows.
There are many ways to install python tools. As lined out in the docs, these are the 3 most common:
- The recommended way to install the package is with
conda install tagmaps -c conda-forge
- For Windows users, an alternative is to download the newest pre-compiled build from releases and run
tagmaps.exe
- If you need to install with pip, it is recommended to install all dependencies first (e.g. Windows users: use Gohlke wheels if available) and then run
pip install tagmaps
Of these 3 choices, using conda is the one that I prefer. For users who are not familiar with python package managers, please see the detailed instructions to install tagmaps with conda provided here.