Algopy
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/