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

pip install -e .[dev] Update README #385

Closed
chasejohnson3 opened this issue Dec 3, 2020 · 2 comments
Closed

pip install -e .[dev] Update README #385

chasejohnson3 opened this issue Dec 3, 2020 · 2 comments

Comments

@chasejohnson3
Copy link
Contributor

I am new to contributing to pydra, and in the Developer installation instructions, pydra can be installed in developer mode using
pip install -e .[dev]
This syntax does not work in mac zsh, as identified here: pip install -e .[dev] error in mac zsh. They suggest pip install -e ".[dev]" works universally.

I suggest the following changes to the pydra README:
pip install -e .[dev] -> pip install -e ".[dev]"
pip install -e .[dask] -> pip install -e ".[dask]"

I would be happy to make this change as my first PR if these changes are desired.

@chasejohnson3
Copy link
Contributor Author

If the above suggestions are accepted, I have implemented the changes above in PR #386.

@effigies
Copy link
Contributor

effigies commented Dec 3, 2020

#386 merged. Thanks!

@effigies effigies closed this as completed Dec 3, 2020
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

2 participants