Add some attention before deploy

Change-Id: I3e140c0790020b848426b13a71138b5068ad4944
This commit is contained in:
changzhi 2016-07-29 11:27:00 +08:00
parent 8441ec86f4
commit db238051ce
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ Download the latest code from git repository. And run
``python setup.py install`` to install steth. After running that, you can
``steth --help`` to confirm Steth is installed correctly.
-------------
Before Deploy
-------------
Before deploy Steth Agent and Steth Client, you should make sure you have
installed all dependencies to run Steth. If you plan to deploy Steth on Ubuntu,
you should install `python-dev` and `libpcap-dev` in your machine before you
run ``pip install -r requirements.txt``.
------------------
Deploy Steth Agent