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 typo in developer_guide.md #829

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

unbtorsten
Copy link
Contributor

Description

Adds a missing equal sign to pin the version of clang.

How to test this?

Create virtual environment according to current guide...

$ pip install clang-format=12.0.1
ERROR: Invalid requirement: 'clang-format=12.0.1'
Hint: = is not a valid operator. Did you mean == ?

...versus running it according to the fixed guide:

$ pip install clang-format==12.0.1
Collecting clang-format==12.0.1

@pramodk pramodk merged commit 0e8d63b into BlueBrain:master Oct 18, 2023
@pramodk
Copy link
Contributor

pramodk commented Oct 18, 2023

thanks @unbtorsten !

@unbtorsten unbtorsten deleted the fix-typo-devguide branch October 18, 2023 19:20
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