Skip to content

Commit 27446fd

Browse files
committed
- Removed Build Instructions
1 parent bdfa65f commit 27446fd

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@ email, or any other method with the owners of this repository before making a ch
55

66
Please note we have a [code of conduct](CODE_OF_CONDUCT.md); please follow it in all your interactions with the project.
77

8-
## Build Instructions
9-
This project utilizes [Poetry](https://python-poetry.org/) to manage and install dependencies. You can install Poetry using [pipx](https://pipx.pypa.io/stable/)
10-
which allows Poetry to run in an isolated environment which ensures that Poetry's own dependencies are not accidentally deleted or upgraded. pipx is the easiest
11-
method to install Poetry, but for more advanced installation options refer to Poetry's [documentation](https://python-poetry.org/docs/).
128

13-
```
14-
pipx install poetry
15-
```
16-
17-
After poetry is installed, in the project's root directory run the following the install the project's dependencies.
18-
19-
```
20-
poetry install
21-
```
22-
23-
That's it! you can now run thread using
24-
25-
```
26-
poetry run python src/thread
27-
```
289

2910
## Pull Request Process
3011

@@ -37,6 +18,7 @@ poetry run python src/thread
3718
do not have permission to do that, you may request the second reviewer to merge it for you.
3819

3920

21+
4022
## Issue Report Process
4123

4224
1. Go to the project's issues.

0 commit comments

Comments
 (0)