Skip to content

Commit 3bbacdb

Browse files
committed
Update README
1 parent 5f5b9b0 commit 3bbacdb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,21 @@ Other examples could be found in `examples <https://github.com/thombashi/allpair
259259

260260
Installation
261261
------------
262-
.. code::
262+
263+
Install from PyPI
264+
==================================
265+
::
263266

264267
pip install allpairspy
265268

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+
266277

267278
Known issues
268279
------------
@@ -276,6 +287,6 @@ Known issues
276287

277288
Dependencies
278289
------------
279-
Python 2.7+ or 3.4+
290+
Python 2.7+ or 3.5+
280291

281292
- `six <https://pypi.org/project/six/>`__

0 commit comments

Comments
 (0)