Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxzhao authored Jul 18, 2022
1 parent c646a45 commit e4189b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Work on your self-assigned issue and eventually create a Pull Request.
1. Set up a development environment by running the following command in a virtual environment:

```bash
pip install -e ".[dev]"
pip install -e .
pip install pre-commit
pre-commit install
```
Expand Down Expand Up @@ -87,7 +87,6 @@ Work on your self-assigned issue and eventually create a Pull Request.

## Other tips

- Use [google/yapf](https://github.com/google/yapf) to format Python code.
- Add unit tests for any new code you write.
- Make sure tests pass. See the [Developer Guide](https://ludwig-ai.github.io/ludwig-docs/latest/developer_guide/style_guidelines_and_tests/) for more details.

Expand Down

0 comments on commit e4189b8

Please sign in to comment.