Skip to content

Installation

Ritesh Maheshwari edited this page May 30, 2014 · 14 revisions
  1. Check out Naarad code:
git clone https://github.com/linkedin/naarad.git
  1. Make sure you have python, pip and awk.
  2. Install the necessary Python libraries using PIP.
cd naarad
sudo pip install -r requirements.txt
  1. (Optional Step) For optional features like static charts (PNG) and overlaid charts, install the optional requirements.
sudo pip install -r optional_requirements.txt

If you have problems in installing the requirements, it is likely due to one of the following issues:

  1. Python version
  2. Pip version
  3. numpy installation issues
  4. matplotlib installation issues

Please check the Troubleshooting wiki for more details if you face problems installing naarad.