Skip to content

Commit

Permalink
Add sam support
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Aisuko committed Nov 6, 2023
1 parent 8123f00 commit edcae7a
Show file tree
Hide file tree
Showing 8 changed files with 728 additions and 7 deletions.
11 changes: 11 additions & 0 deletions extra/grpc/sam/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PONY: sam
sam:
@echo "Creating virtual environment..."
@conda env create --name sam --file sam.yml
@echo "Virtual environment created."

.PONY: run
run:
@echo "Running sam..."
bash run.sh
@echo "sam run."
5 changes: 5 additions & 0 deletions extra/grpc/sam/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Creating a separate environment for the sam project

```
make sam
```
61 changes: 61 additions & 0 deletions extra/grpc/sam/backend_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edcae7a

Please sign in to comment.