From 564e6a3880b24967b0ec1009cc5ec545891cb556 Mon Sep 17 00:00:00 2001 From: Kyle Bowman Date: Wed, 10 Apr 2024 20:48:22 -0400 Subject: [PATCH] Add note about installing from source repo. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a9ada7..c0b9ece 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Installing from Source Repo + +`pip install git+ssh://server:/path/to/repo.git@versiontag` + # Proto Overview The `proto` library simplifies the creation of command line applications by -- 2.39.5