Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 388f743

Browse files
author
Thomas Preston
committed
slightly improved readme
1 parent b80ed86 commit 388f743

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ Download, compile and install for Python 3 and 2.
1717

1818
git clone https://github.com/tompreston/python-lirc.git
1919
cd python-lirc/
20-
make py3
21-
sudo python3 setup.py install
22-
make py2
23-
sudo python setup.py install
20+
make py3 && sudo python3 setup.py install
21+
make py2 && sudo python setup.py install
2422

2523
Or just install straight from PyPI:
2624

0 commit comments

Comments
 (0)