2017年2月1日 星期三

how to call pip on windows

For new starter as me.
pip is PyPA recommended tool for installing Python packages. so if you want install some packages, you can use this.
1. initialize command line:



2. key in "cd" command and key in the needed directory/file location. In my case , I need to initialize pip, so I redirect to pip folder.
3. key in or paste the folder location
4. press Enter, then the system will redirect to the folder
5. you can call any file in this folder, in my case, I just call "pip"
6. press Enter, then the pip will run. the result as figure shown below.

7. Because I need to install beautifulsuop4 to do some web crawling application, so I key in "pip install beautifulsoup4"

8. press Enter, then the install process will run as figure shown below:
9. According to the figure , the process is successful.

Appendix:
Beautiful soup website:
https://www.crummy.com/software/BeautifulSoup/bs4/doc/










沒有留言:

張貼留言

同軸度 Coaxiality

同軸度和同心度是兩個非常容易搞混的幾何公差. 同軸度的符號如下: 跟正位度的符號是一樣的! 有這種設定,主要是它的定義和正位度的使用方法很像,反而跟同心度沒這麼相似. 首先來個範例: 由於這個不是繪圖軟體做的,只是示意用,不合工程圖規範的部分還請包涵. 這個是...