Skip to content

Commit 3e462cf

Browse files
blakedehaasmedley56
authored andcommitted
Updated Developer Documentation
1 parent f641cc9 commit 3e462cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/developers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ Once the development dependencies are installed and the uv-generated `.venv` is
2828

2929
```bash
3030
pre-commit install
31+
32+
# Linux / WSL (devcontainer)
33+
sudo apt-get install -y libatomic1
3134
```
3235

3336
to get pre-commit hooks to automatically run the linting and formatting checks for you before each commit.
3437

38+
Authentication with Github is required to push to the repository. We suggest using SSH key authentication.
39+
3540
## Testing
3641

3742
Testing is run with `pytest` and the order is randomized by `pytest-randomly`.

0 commit comments

Comments
 (0)