From db238051ce72c19e37e16c0a221219d72f6c436e Mon Sep 17 00:00:00 2001 From: changzhi Date: Fri, 29 Jul 2016 11:27:00 +0800 Subject: [PATCH] Add some attention before deploy Change-Id: I3e140c0790020b848426b13a71138b5068ad4944 --- docs/quickstart.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index b20ed6c..cddc645 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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