Advertisement
Guest User

Untitled

a guest
Oct 16th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. sudo pip install Flask
  2.  
  3. Downloading/unpacking Flask
  4. Downloading Flask-0.9.tar.gz (481Kb): 481Kb downloaded
  5. Running setup.py egg_info for package Flask
  6.  
  7. warning: no files found matching '*' under directory 'tests'
  8. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  9. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  10. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  11. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  12. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  13. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  14. no previously-included directories found matching 'docs/_build'
  15. no previously-included directories found matching 'docs/_themes/.git'
  16. Downloading/unpacking Werkzeug>=0.7 (from Flask)
  17. Downloading Werkzeug-0.8.3.tar.gz (1.1Mb): 1.1Mb downloaded
  18. Running setup.py egg_info for package Werkzeug
  19.  
  20. warning: no files found matching '*' under directory 'werkzeug/debug/templates'
  21. warning: no files found matching '*' under directory 'tests'
  22. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  23. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  24. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  25. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  26. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  27. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  28. no previously-included directories found matching 'docs/_build'
  29. Downloading/unpacking Jinja2>=2.4 (from Flask)
  30. Downloading Jinja2-2.6.tar.gz (389Kb): 389Kb downloaded
  31. Running setup.py egg_info for package Jinja2
  32.  
  33. warning: no previously-included files matching '*' found under directory 'docs/_build'
  34. warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  35. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  36. warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  37. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  38. Installing collected packages: Flask, Werkzeug, Jinja2
  39. Running setup.py install for Flask
  40.  
  41. warning: no files found matching '*' under directory 'tests'
  42. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  43. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  44. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  45. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  46. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  47. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  48. no previously-included directories found matching 'docs/_build'
  49. no previously-included directories found matching 'docs/_themes/.git'
  50. Running setup.py install for Werkzeug
  51.  
  52. warning: no files found matching '*' under directory 'werkzeug/debug/templates'
  53. warning: no files found matching '*' under directory 'tests'
  54. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  55. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  56. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  57. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  58. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  59. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  60. no previously-included directories found matching 'docs/_build'
  61. Running setup.py install for Jinja2
  62.  
  63. warning: no previously-included files matching '*' found under directory 'docs/_build'
  64. warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  65. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  66. warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  67. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  68. Successfully installed Flask Werkzeug Jinja2
  69. Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement