Install notes
This commit is contained in:
parent
1c7ff69e0c
commit
b07a500610
12
README.md
12
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue