Skip to content

Commit ed0dd54

Browse files
committed
added warning for python 3.5
1 parent e72e593 commit ed0dd54

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ machine should be *simple*.
4848
Installation
4949
------------
5050

51-
Install with ``pip`` or ``conda``
51+
Install with ``pip`` or ``conda``. **IMPORTANT NOTE**: For python 3.5, install via ``pip`` only; several ``issho`` dependencies have not been updated on ``conda-forge``.
5252

5353
::
5454

@@ -68,6 +68,8 @@ Features
6868
- Executing commands over ssh
6969
- Transferring files over sftp
7070
- Running a hive query
71+
- Running a spark job
72+
7173

7274
Credits
7375
-------
@@ -82,7 +84,7 @@ framework is inspired by `Colin Wood`_'s sshed_.
8284
Shout out to `Spencer Tipping`_, `Neal Fultz`_, and `Factual`_
8385
for helping me learn to write my own tools.
8486

85-
Thanks to `Michael Vertuli`_ for helping test.
87+
Thanks to `Michael Vertuli`_ and `Fangshu Lin`_ for helping test.
8688

8789
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
8890
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
@@ -96,3 +98,5 @@ Thanks to `Michael Vertuli`_ for helping test.
9698
.. _Neal Fultz: https://github.com/nfultz
9799
.. _Michael Vertuli: https://github.com/vertuli
98100
.. _Factual: https://www.factual.com
101+
.. _Fangshu Lin: https://github.com/fangshu16
102+

0 commit comments

Comments
 (0)