Skip to content

Commit

Permalink
Development env instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Oct 17, 2023
1 parent 693ff85 commit 5fc7317
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ pip3 install dsjobs

For any questions, issues, or feedback submit an [issue](https://github.com/geoelements/dsjobs/issues/new)

## Development

To develop or test the library locally. Install [Poetry](https://python-poetry.org/docs/#installation). In the current repository run the following commands

```shell
poetry shell
poetry install
poetry build
```

To run the unit test
```shell
poetry run pytest -v
```

## License

`dsjobs` is licensed under the [MIT License](LICENSE.md).
Expand Down

0 comments on commit 5fc7317

Please sign in to comment.