File tree Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Expand file tree Collapse file tree 5 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 77# - "3.4"
88# command to install dependencies
99install :
10- - " pip install pycrypto"
11- - " pip install 'paramiko<1.15'"
10+ - " pip install -r requirements.txt"
1211 - " pip install coveralls"
1312# command to run tests
1413script : cd tests/Exscript/; coverage run ./run_suite.py 1
Original file line number Diff line number Diff line change 11Exscript Installation
22----------------------
33
4- 1. Install python-crypto
5- 2. Install Exscript. For example, do this as root:
4+ Exscript can be installed easily using the Makefile.
5+ For example, do this as root:
66
77 sudo make install PREFIX=/usr/local
88
99
1010Configuring the Exscript daemon
1111--------------------------------
1212Please refer to the PDF handbook for instructions on setting up
13- the Exscript as a server.
13+ Exscript as a server.
Original file line number Diff line number Diff line change 1- = Exscript =
1+ Exscript
2+ ========
23
34Exscript is a Python module and a template processor for automating network
45connections over protocols such as Telnet or SSH. We attempt to create the
@@ -18,12 +19,21 @@ but has some unique features that make it a lot easier to use and understand
1819for non-developers.
1920
2021
21- = Links =
22+ Links
23+ =====
2224
2325Mailing List: http://groups.google.com/group/exscript/
2426
2527
26- = Dependencies =
28+ Dependencies
29+ ============
2730
28- * Python 2.6 or greater
31+ * Python >= 2.6 , <=2.7 (no Python 3 yet)
2932* Python-crypto
33+ * Paramiko
34+
35+
36+ Installation
37+ ============
38+
39+ Simply follow the [ installation guide] ( https://github.com/knipknap/exscript/wiki/Installation-Guide " Installation Guide ") .
Original file line number Diff line number Diff line change 1+ pycrypto
2+ paramiko < 1.15
Original file line number Diff line number Diff line change 3434 'exscriptd' ,
3535 'exscriptd-config' ,
3636 'exclaim' ],
37- install_requires = ['paramiko' ],
37+ install_requires = ['paramiko<1.15' , 'pycrypto ' ],
3838 extras_require = {
3939 'Exscriptd' : ['sqlalchemy' , 'lxml' ],
4040 'TkExscript' : ['tkinter' ],
You can’t perform that action at this time.
0 commit comments