Install notes

This commit is contained in:
Jeff Moe 2024-09-19 12:07:37 -06:00
parent 1c7ff69e0c
commit b07a500610

View file

@ -1,2 +1,14 @@
# Hubspot Parse # Hubspot Parse
Scripts for parsing Hubspot data with a goal towards migrations. 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
```