Algopy is a module for Python that can be installed by PIP.Prerequsites: Python installed with PIP
Installation:
First, it is recommended that you upgrade PIP to to the current version: python -m pip install --upgrade pip
Then you can install the latest version of Algopy using PIP using: pip install algopy
Detection:
Since Algopy is a module for Python, it doesn't install another program to detect. However you can check what is installed via PIP using the command: pip list
See this documentation for PIP formatting options: https://pip.pypa.io/en/stable/reference/pip_list/