Skip to content

Commit 81bc630

Browse files
authored
CONTRIBUTING.md: Update instructions
With changing the repository structure, the instructions on checking codestyle and tests did become a little less clear. In order to avoid confusion, we update the instructions with a note.
1 parent 0543f27 commit 81bc630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ Python's builtin `unittest`. To install the required tools, use:
130130
pip install .[dev]
131131
```
132132

133+
> [!note]
134+
> The `.` denotes the current directory and needs to be the directory the `pyproject.toml` is located in.
135+
> Therefore, you need to run this command and the ones below in the `/sdk` directory (relative to the repository root).
136+
133137
Running all checks:
134138
```bash
135139
mypy basyx test

0 commit comments

Comments
 (0)