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

Adding single quotes around pip install in CONTRIBUTING.md #341

Merged
merged 2 commits into from
Jun 17, 2023

Conversation

rishabh-bhargava
Copy link
Contributor

Before:

% pip install .[dev]
zsh: no matches found: .[dev]

After:

pip install '.[dev]'
Processing /private/tmp/autolabel
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting loguru>=0.5.0
  Using cached loguru-0.7.0-py3-none-any.whl (59 kB)
Collecting rich>=13.3.5
  Using cached rich-13.4.2-py3-none-any.whl (239 kB)
Collecting scipy>=1.10.1
...

@rishabh-bhargava rishabh-bhargava added the documentation Improvements or additions to documentation label Jun 17, 2023
@rishabh-bhargava rishabh-bhargava self-assigned this Jun 17, 2023
Copy link
Contributor

@DhruvaBansal00 DhruvaBansal00 left a comment

Choose a reason for hiding this comment

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

lgtm

@rishabh-bhargava rishabh-bhargava merged commit ade521f into main Jun 17, 2023
2 checks passed
@rishabh-bhargava rishabh-bhargava deleted the small-fix-to-contributing branch June 17, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants