From b07a5006106193270bd96c850899b0198ed02817 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 19 Sep 2024 12:07:37 -0600 Subject: [PATCH] Install notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b1f2cc9..30c2af9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Hubspot Parse Scripts for parsing Hubspot data with a goal towards migrations. + +# Install +Thusly. + +``` +git clone https://code.libre.is/libre/hsparse +cd hsparse/ +python -m venv venv +source venv/bin/activate +pip install poetry +poetry install +```