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/
50
50
Installation
51
51
------------
52
52
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 :
55
55
56
56
::
57
57
58
- $ git clone https://github.com/Eficode/robotframework-imagehorizonlibrary.git
59
- $ cd robotframework-imagehorizonlibrary
60
58
$ pip install pillow
61
- $ pip install .
59
+ $ pip install robotframework-imagehorizonlibrary
62
60
63
61
This will automatically install dependencies as well as their dependencies.
64
62
@@ -67,7 +65,7 @@ Windows
67
65
'''''''
68
66
69
67
ImageHorizonLibrary should work on Windows "out-of-the-box". Just run the
70
- command above to install it.
68
+ commands above to install it.
71
69
72
70
OSX
73
71
'''
You can’t perform that action at this time.
0 commit comments