nareshkamboju

WA2 tip installation

Jul 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. naresh@linaro:~/git-local/2017$ sudo -H pip install ./workload-automation
  2. Processing ./workload-automation
  3. Requirement already satisfied: python-dateutil in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  4. Requirement already satisfied: pexpect>=3.3 in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  5. Requirement already satisfied: pyserial in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  6. Requirement already satisfied: colorama in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  7. Requirement already satisfied: pyYAML in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  8. Requirement already satisfied: requests in /usr/local/lib/python2.7/site-packages (from wlauto==2.6.0)
  9. Requirement already satisfied: six>=1.5 in /usr/local/lib/python2.7/site-packages (from python-dateutil->wlauto==2.6.0)
  10. Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python2.7/site-packages (from pexpect>=3.3->wlauto==2.6.0)
  11. Building wheels for collected packages: wlauto
  12. Running setup.py bdist_wheel for wlauto ... done
  13. Stored in directory: /root/.cache/pip/wheels/18/20/50/e51d3a12a47e5d4e2602af02bd42a9422cdd21259beaae6589
  14. Successfully built wlauto
  15. Installing collected packages: wlauto
  16. Successfully installed wlauto-2.6.0
  17. naresh@linaro:~/git-local/2017$
Add Comment
Please, Sign In to add comment