Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some tips for Windows user #1

Open
oktak opened this issue Jun 23, 2017 · 0 comments
Open

some tips for Windows user #1

oktak opened this issue Jun 23, 2017 · 0 comments

Comments

@oktak
Copy link

oktak commented Jun 23, 2017

Thanks g0vhk-io! This scraper is very nice!

I'm using Windows, maybe not much ppl using for development. Here is some steps for me to get this scraper running on Windows.

Open a command line (On Desktop, press Win key + r , type cmd and enter)

> pip install virtualenv
> virtualenv env
> env\Scripts\activate

Then, you should see (env) at the beginning of next prompt

(env) > env\Scripts\pip.exe install -r requirements.txt

Scrapy may need win32api module in Windows

(env) > env\Scripts\pip.exe install pypiwin32
(env) > cd private_building
(env) > scrapy crawl building_search -t json -o output.json

Gotcha!

Deactivate virtual environment

(env) > deactivate
>

(Ref https://pypi.python.org/pypi/virtualenv/1.8.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant