We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5b9b0 commit 3bbacdbCopy full SHA for 3bbacdb
README.rst
@@ -259,10 +259,21 @@ Other examples could be found in `examples <https://github.com/thombashi/allpair
259
260
Installation
261
------------
262
-.. code::
+
263
+Install from PyPI
264
+==================================
265
+::
266
267
pip install allpairspy
268
269
+Install from PPA (for Ubuntu)
270
271
272
273
+ sudo add-apt-repository ppa:thombashi/ppa
274
+ sudo apt update
275
+ sudo apt install python3-allpairspy
276
277
278
Known issues
279
@@ -276,6 +287,6 @@ Known issues
287
288
Dependencies
289
-Python 2.7+ or 3.4+
290
+Python 2.7+ or 3.5+
280
291
281
292
- `six <https://pypi.org/project/six/>`__
0 commit comments