From fb25dd0e2976680fc44e9dc3b8760d2e86de70f3 Mon Sep 17 00:00:00 2001 From: "Mark A. Tsuchida" Date: Sun, 7 Jul 2024 14:35:03 -0500 Subject: [PATCH] Add pip command to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f691e92..188791f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # vcxproj-stream-editor Simple Python library to parse Microsoft Visual Studio .vcxproj files and modify/rewrite without spurious changes +`pip install vcxproj-stream-editor` + ## Usage: Given the following simplified `myproject.vcxproj`: