Skip to content

Commit

Permalink
Adapt developer install instructions to include pre-commit installati…
Browse files Browse the repository at this point in the history
…on (#994)
  • Loading branch information
sarah-segel authored May 4, 2023
1 parent 36e97f2 commit 093e749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Improvements
- Callbacks registration is now a public method of the optimizer and allows callbacks to be inserted at a specific position.
- Adapt developer install instructions to include pre-commit installation

## Bugfixes
- Adjust amount of configurations in different stages of hyperband brackets to conform to the original paper.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Install SMAC via PyPI:
pip install smac
```

Or alternatively, clone the environment:
If you want to contribute to SMAC, use the following steps instead:
```
git clone https://github.com/automl/SMAC3.git && cd SMAC3
pip install -e .[dev]
make install-dev
```


Expand Down

0 comments on commit 093e749

Please sign in to comment.