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

Added single quotes around pip install arguments with square brackets #1153

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

shahofblah
Copy link
Contributor

@shahofblah shahofblah commented Jan 15, 2024

pip install pettingzoo[atari]

Results in zsh complaining as zsh by default uses square brackets for globbing.

Putting pettingzoo[atari] and pettingzoo[all] inside single quotes makes these commands work with zsh.

Description

Updated pip install commands in README.md to work with zsh.

Type of change

  • Documentation update

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have run pytest -v and no errors are present.
  • I have made corresponding changes to the documentation

>pip install pettingzoo[atari]

Results in zsh complaining as zsh by default uses [square brackets for globbing](https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity).

Putting pettingzoo[atari] and pettingzoo[all] inside single quotes makes these commands work with zsh.
@elliottower
Copy link
Contributor

Good catch, I believe some of our other documentation uses double quotes, any chance you could check to see that all usages of pip install are consistent? Not sure if double or single matters either

@elliottower
Copy link
Contributor

I'll fix the other ones, thanks for the PR

@elliottower elliottower merged commit fd86cf8 into Farama-Foundation:master Jan 16, 2024
47 checks passed
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