Skip to content

Commit 05c910f

Browse files
committed
update README
1 parent 7206454 commit 05c910f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ You can also use the package as follows for quick access to tokens:
7676
python -m scribeauth --client_id clientid --user_pool_id user_pool_id --username username --password password
7777
```
7878

79+
## Development
80+
81+
First step is to install poetry https://python-poetry.org/docs/. Then `poetry install` will install all the dependencies. Might require setting a virtualenv through poetry itself, or manually.
82+
83+
Run the tests with `poetry run pytest`.
84+
7985
---
8086

8187
To flag an issue, open a ticket on [Github](https://github.com/ScribeLabsAI/ScribeAuth/issues) and contact us on Intercom through the platform.

0 commit comments

Comments
 (0)