Skip to content

Commit

Permalink
Working on tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 9, 2024
1 parent 38efe62 commit b2891a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proposals/quickstart-grpc/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ The Senzing QuickStart using Python over gRPC requires the following prerequisit

```

1. If using Python virtual enviroment, example:

```console
python3 -m venv ~/my-venv
source ~/my-venv/bin/activate
python3 -m pip install --upgrade senzing-grpc

```

## View Senzing version

The following example shows how to start
Expand Down

0 comments on commit b2891a9

Please sign in to comment.