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 +```