We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The install.md looks like it was copied from elf-simulations and not rewritten to be for pypechain.
Also, when I clone the repo and run pip install pypechain[all] I get an error
pip install pypechain[all]
zsh: no matches found: pypechain/pypechain[all]
I don't think the pyproject is set up correct.
The text was updated successfully, but these errors were encountered:
#27 updates the INSTALL.md doc, but the pypechain[all] install flow is still broken
pypechain[all]
Sorry, something went wrong.
@dpaiton I don't get this error at all. The proper command is in the INSTALL.md so maybe it was updated. The command is:
pip install ".[all]"
Closing for now, we can reopen if the problem arises again.
sentilesdal
No branches or pull requests
The install.md looks like it was copied from elf-simulations and not rewritten to be for pypechain.
Also, when I clone the repo and run
pip install pypechain[all]
I get an errorI don't think the pyproject is set up correct.
The text was updated successfully, but these errors were encountered: