Skip to content

Commit 8c7777c

Browse files
committed
updated README with proper installation instructions
1 parent e9c482a commit 8c7777c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,13 @@ __ http://www.voidspace.org.uk/python/mock/
5050
Installation
5151
------------
5252

53-
ImageHorizonLibrary is not yet at PyPI. Meanwhile, you can install it
54-
manually with:
53+
If you have pip_, installation is straightforward, although you need to
54+
explicitly install pillow first:
5555

5656
::
5757

58-
$ git clone https://github.com/Eficode/robotframework-imagehorizonlibrary.git
59-
$ cd robotframework-imagehorizonlibrary
6058
$ pip install pillow
61-
$ pip install .
59+
$ pip install robotframework-imagehorizonlibrary
6260

6361
This will automatically install dependencies as well as their dependencies.
6462

@@ -67,7 +65,7 @@ Windows
6765
'''''''
6866

6967
ImageHorizonLibrary should work on Windows "out-of-the-box". Just run the
70-
command above to install it.
68+
commands above to install it.
7169

7270
OSX
7371
'''

0 commit comments

Comments
 (0)