安装MarkupSafe, Jinja2, Werkzeug, click, itsdangerous, flask, pandas

D:\RP\pyxley-master>python -m pip install pyxley

Requirement already satisfied (use --upgrade to upgrade): pyxley in d:\rp\pyxley-master

Collecting flask (from pyxley)

 Using cached Flask-0.11.1-py2.py3-none-any.whl

Collecting pandas (from pyxley)

 Downloading pandas-0.19.0-cp35-cp35m-win32.whl (6.4MB)

   100% |████████████████████████████████| 6.4MB 41kB/s

Collecting Jinja2>=2.4 (from flask->pyxley)

 Using cached Jinja2-2.8-py2.py3-none-any.whl

Collecting Werkzeug>=0.7 (from flask->pyxley)

 Using cached Werkzeug-0.11.11-py2.py3-none-any.whl

Collecting click>=2.0 (from flask->pyxley)

 Using cached click-6.6.tar.gz

Collecting itsdangerous>=0.21 (from flask->pyxley)

 Using cached itsdangerous-0.24.tar.gz

Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in d:\python35\lib\site-packages (from pandas->pyxley)

Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=2 in d:\python35\lib\site-packages (from pandas->pyxley)

Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in d:\python35\lib\site-packages (from pandas->pyxley)

Collecting MarkupSafe (from Jinja2>=2.4->flask->pyxley)

 Using cached MarkupSafe-0.23.tar.gz

Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in d:\python35\lib\site-packages\six-1.10.0-py3.5.egg (from python-dateutil>=2->pandas->pyxley)

Installing collected packages: MarkupSafe, Jinja2, Werkzeug, click, itsdangerous, flask, pandas

 Running setup.py install for MarkupSafe ... done

 Running setup.py install for click ... done

 Running setup.py install for itsdangerous ... done

Successfully installed Jinja2-2.8 MarkupSafe-0.23 Werkzeug-0.11.11 click-6.6 flask-0.11.1 itsdangerous-0.24 pandas-0.19.0

你可能感兴趣的:(安装MarkupSafe, Jinja2, Werkzeug, click, itsdangerous, flask, pandas)