Skip to content
martmists edited this page Oct 5, 2016 · 2 revisions

Installation

If you have pip installed, just use pip install -U http://github.com/martmists/asynctwitch/archive/master.zip

If not, do the following:

  1. Download the zip file from http://github.com/martmists/asynctwitch/archive/master.zip
  2. Use CMD/Terminal and go to the folder containing the unzipped contents
  3. type python setup.py install or python3 setup.py install (Some systems may require sudo permission)
Clone this wiki locally