Skip to content

Commit

Permalink
Update readme (#29)
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
feijooso authored Jul 9, 2024
1 parent 78ee53e commit 2ac18c5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Users
# Users


## Run tests

To execute service unit tests, run:

``` $ python3 -m venv venv ```

``` $ source venv/bin/activate ```

``` $ pip install -r requirements.txt ```

``` $ cd app ```

``` $ python3 -m pytest ```

0 comments on commit 2ac18c5

Please sign in to comment.