File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ dependencies :
4+ - python
5+ - setuptools
6+ - libssh2
7+ - toolchain3
Original file line number Diff line number Diff line change 1+ conda :
2+ file : .environment.yml
3+ python :
4+ setup_py_install : true
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Super fast SSH2 protocol library. ``ssh2-python`` provides Python bindings for `
1717 :target: https://pypi.python.org/pypi/ssh2-python
1818.. image :: https://img.shields.io/pypi/pyversions/ssh2-python.svg
1919 :target: https://pypi.python.org/pypi/ssh2-python
20+ .. image :: https://readthedocs.org/projects/ssh2-python/badge/?version=latest
21+ :target: http://ssh2-python.readthedocs.org/en/latest/
22+ :alt: Latest documentation
23+
2024
2125Installation
2226______________
Original file line number Diff line number Diff line change 1818#
1919import os
2020import sys
21- sys .path .insert (0 , os .path .abspath ('..' ))
2221import ssh2
2322
2423
You can’t perform that action at this time.
0 commit comments