Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added pip option to Linux installation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8460427c7df996ea2520b6df326da215 |
User & Date: | jmcclure 2017-09-11 21:49:54 |
Context
2017-09-11
| ||
21:52 | Added OSs to TOC check-in: d33935bbfe user: jmcclure tags: trunk | |
21:49 | Added pip option to Linux installation check-in: 8460427c7d user: jmcclure tags: trunk | |
21:46 | Successfully tested on Mac OSX and Winows 10 check-in: 525f098649 user: jmcclure tags: trunk | |
Changes
Changes to info.html.
︙ | ︙ | |||
134 135 136 137 138 139 140 | </ol> <p>Preliminary testing on Windows 10 resulted in a successful installation and minimal test of a working tweetypy install.</p> <h3>Linux</h3> <p>A <code>PKGBUILD</code> is provided in the source repository for ArchLinux. Other distros may use <code>python setup.py install</code> from the root of the source repository. If you are able to help package TweetyPy for your | | > | 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | </ol> <p>Preliminary testing on Windows 10 resulted in a successful installation and minimal test of a working tweetypy install.</p> <h3>Linux</h3> <p>A <code>PKGBUILD</code> is provided in the source repository for ArchLinux. Other distros may use <code>python setup.py install</code> from the root of the source repository. If you are able to help package TweetyPy for your distro, please feel free to open a feature request on the ticket tracker. Alternatively, tweetypy can be installed directly from PyPi via pip.</p> <ol class="notes"> <li id="install-note-1">Install Python 3.6 or higher via your package / software manager or from the <a href="https://www.python.org/">Python website</a>.</li> <li id="install-note-2">Install Qt5 via your package / software manager or from the <a href="http://doc.qt.io/qt-5/supported-platforms.html">Qt5 Website</a>.</li> <li id="install-note-3">TweetyPy on PyPi (<a href="https://pypi.python.org/pypi/tweetypy">link</a>)</li> <li id="install-note-4">Fossil VCS repository (<a href="https://repo.jessemcclure.org/tweetypy/timeline">link</a>)</li> |
︙ | ︙ |