windows 安装包

2017-07-17  本文已影响0人  cure_py

py3自带了pip,但是终端不能直接使用,可能还是要加路径的,官网下载了没用,不会解压啊
打开终端,把pip拽进去

C:\Anaconda2\envs\py3\Scripts\pip.exe install tensorflow

一般安装包的方法
1.pip

pip install impyla

2.install directly from the repo

pip install git+https://github.com/cloudera/impyla.git

3.clone the repo

git clone https://github.com/cloudera/impyla.git
cd impyla
python setup.py install
上一篇 下一篇

猜你喜欢

热点阅读