Skip to content

Commit

Permalink
Added poetry install instruction step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDuckCow committed Apr 26, 2024
1 parent 372c18d commit a2550ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This guide will assume you already know how to use Git and understand enough Pyt
# Building Bpy-Build
To make building the final package easier, we use [Poetry](https://python-poetry.org/). To build, you can use the following command:
```sh
poetry install
poetry build
```

Expand Down

0 comments on commit a2550ff

Please sign in to comment.