Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed Jun 24, 2024
1 parent 78ee53e commit f00de5c
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 f00de5c

Please sign in to comment.