Skip to content

krummja/HubSpotSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HubSpot SDK

Installation

  1. Clone this repository
  2. Enter the repo on a command line and initialize a virtual environment.
    • On Windows py -m venv venv
    • On Linux python3 -m venv venv
  3. Activate the virtual environment.
    • On Windows .\venv\Scripts\activate
    • On Linux: source ./venv/bin/activate
  4. Install Poetry with pip install poetry
  5. Install dependencies with poetry install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages