python - Install lxml on a public mac in order to do scrapying -


i want install mode lxml in order scrape information on public mac (school computer).

for did in own computer run following code on terminal:

static_deps=true sudo easy_install lxml 

unfortunately, requires passwords not have admin passwords in public computer, though got admission use that.

i wondering how can install that?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -