Skip to content

Commit

Permalink
fixed requirements filename on CONTRIBUTING.md (#1172)
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh authored Nov 26, 2024
1 parent 5392d9f commit 6c0e881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git clone https://github.com/YOUR_GITHUB_USERNAME/openfl.git
cd openfl
pip install -U pip setuptools wheel
pip install .
pip install -r requirements-linters.txt
pip install -r linters-requirements.txt
```

## Code style
Expand Down

0 comments on commit 6c0e881

Please sign in to comment.