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

Add doc for development/contributing #81

Closed
dfockler opened this issue Feb 26, 2015 · 3 comments
Closed

Add doc for development/contributing #81

dfockler opened this issue Feb 26, 2015 · 3 comments

Comments

@dfockler
Copy link
Contributor

It may be my Python inexperience, but I'm not sure how to get my modified scrapyd code to run from the project root, or how to run tests or anything.
Any help would be appreciated, Thanks.

@jayzeng
Copy link
Contributor

jayzeng commented Feb 26, 2015

Sounds like you have pulled this repo to your local machine, you can do sudo python setup.py install. And I agree we should have docs covered the details, interested in sending in a PR after you go through the entire process?

@Digenis Digenis changed the title Add doc for contributing Add doc for development/contributing May 17, 2016
@jpmckinney
Copy link
Contributor

jpmckinney commented May 13, 2022

This repo doesn't receive many contributions, so this is not a high priority.

That said, it is just:

git clone git@github.com:scrapy/scrapyd.git # or your fork
pip install pytest -e .
pytest

So the same as any other Python package that uses pytest.

@jpmckinney
Copy link
Contributor

Actually, the docs are here: https://scrapyd.readthedocs.io/en/stable/contributing.html

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

No branches or pull requests

4 participants