Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading