File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ before_install:
31
31
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
32
32
mv min_requirements.txt requirements.txt ;
33
33
fi
34
- - pip install --upgrade setuptools "pip==7.1"
35
34
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
36
35
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
37
36
- pip install -r tests/requirements.txt
Original file line number Diff line number Diff line change @@ -39,6 +39,21 @@ or clone it and install it:
39
39
$ cd pyexcel-xls
40
40
$ python setup.py install
41
41
42
+ Support the project
43
+ ================================================================================
44
+
45
+ If your company has embedded pyexcel and its components into a revenue generating
46
+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
47
+ maintain the project and develop it further.
48
+
49
+ If you are an individual, you are welcome to support me too on patreon and for however long
50
+ you feel like to. As a patreon, you will receive
51
+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
52
+
53
+ With your financial support, I will be able to invest
54
+ a little bit more time in coding, documentation and writing interesting posts.
55
+
56
+
42
57
Usage
43
58
================================================================================
44
59
@@ -338,10 +353,3 @@ Known Issues
338
353
>>> import os
339
354
>>> os.unlink(" your_file.xls" )
340
355
>>> os.unlink(" another_file.xls" )
341
-
342
- Support the project
343
- ================================================================================
344
-
345
- If your company has embedded pyexcel and its components into a revenue generating
346
- product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
347
- maintain the project and develop it further.
You can’t perform that action at this time.
0 commit comments