Skip to content

Commit

Permalink
Update installation instruction on README (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Hoang Tung Dinh <[email protected]>
  • Loading branch information
patrickpa authored and hoangtungdinh committed Jun 12, 2024
1 parent ee2433a commit c0e8bdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ The library features the main interfaces needed to implement an application:

**TODO**: Add to Pypi (need to align how it will be done)

From Pypi:

```bash
pip install qc_baselib
```

Locally for developing using [Poetry](https://python-poetry.org/):

```bash
poetry install --with dev
```

Or locally for using the current test version in another applications

```bash
poetry install
```
Expand Down Expand Up @@ -236,7 +244,7 @@ For more information regarding the report XSD schema you can check [here](https:
- Install module on development mode

```bash
poetry install
poetry install --with dev
```

- Execute tests
Expand Down

0 comments on commit c0e8bdd

Please sign in to comment.