-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Contribution instructions in README.md need work #153
Comments
Thank you. I realize we also do not mention that a local venv is recommended. @rgaudin do you remember if there is a reason why we did not mentioned it? I would even recommend to use
We won't be able to delve into the specifics of all OS distributions, but I agree we need to mention that you must have a working python + pip version (and maybe hatch)
Of course, all instructions must be ran from the local clone ; I will mention it in the README to make it more obvious
Nope, pre-commit is installed (i.e. "downloaded" to your machine) by
Are you running it from the local clone after |
No. It all makes perfect sense to me… but I'm not the target audience for this block 😉 Given we're using the bootstrap, I think this should be in the template README (maybe start by copying ted?). We could have a single doc and reference it everywhere but I think directly-readable instructions on the README are a lot better than a link |
Given my externally managed python3 install, I used |
yes ~/github/python-scraperlib$ invoke coverage
-bash: invoke: command not found |
Up to you, you just need to have stuff installed available, otherwise it will obviously fail. |
python-scraperlib/README.md
Line 60 in 7d49831
pipx
rather thanpip
. Neither was installed and I had to find installation instructions for both. It would be nice to link to them.pip install ".[dev]"
must be run from the local clone of python-scraperlib/.pre-commit
also requires a pip/pipx install, after which the current line is redundantinvoke
is unknown after all that.$ invoke coverage -bash: invoke: command not found
The text was updated successfully, but these errors were encountered: