File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,13 @@ __ http://www.voidspace.org.uk/python/mock/
5050Installation
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
6361This will automatically install dependencies as well as their dependencies.
6462
@@ -67,7 +65,7 @@ Windows
6765'''''''
6866
6967ImageHorizonLibrary should work on Windows "out-of-the-box". Just run the
70- command above to install it.
68+ commands above to install it.
7169
7270OSX
7371'''
You can’t perform that action at this time.
0 commit comments