Skip to content

Commit cc1f2ea

Browse files
Marvin Schenkelarjendev
authored andcommitted
docs: clarify requirements for development
1 parent d415bd9 commit cc1f2ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DEVELOPMENT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
* poetry == 1.6.1
88

9+
### Installing the project
10+
11+
Make sure to create a virtual environment and install the requirements by running:
12+
`poetry install --with dev`
13+
14+
Build the .NET project:
15+
`dotnet build`
16+
917
### Pre-Commit Hooks
1018

1119
We use pre-commit hooks to ensure that the code is formatted correctly and that the code is linted before committing.

0 commit comments

Comments
 (0)