Installation#
Stable release#
To install TopMost, run this command in your terminal:
$ pip install topmost
This is the preferred method to install TopMost, as it will always install the most recent stable release.
From sources#
The sources for TopMost can be downloaded from the Github repository. You can clone the public repository by
$ git clone https://github.com/BobXWu/TopMost.git
Then install the TopMost by
$ python setup.py install