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

Fix tiny shell typo in tests.rst #72

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

jeffjennings
Copy link
Contributor

Single typo correction, just in case this catches people reading through the Guide.

From the pip docs,

pip install .

works but not

pip install .[x]

Instead it should be

pip install ".[x]"

Copy link
Member

@Cadair Cadair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you need to quote this is shell-specific (you don't on bash you do on zsh etc) but I am happy to merge it as it also works on bash 😅

@Cadair Cadair merged commit 6fe7011 into OpenAstronomy:main Jun 20, 2024
7 checks passed
@Cadair
Copy link
Member

Cadair commented Jun 20, 2024

Thanks!!

@jeffjennings
Copy link
Contributor Author

Thank you!

@jeffjennings jeffjennings deleted the patch-1 branch June 20, 2024 15:36
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

Successfully merging this pull request may close these issues.

2 participants