Getting Started

System Requirements Installation

This section contains a summary of the steps required to get started with Python Connect SDK installation.

Note

This is sample documentation.

System Requirements

In order to use this Python SDK, you will need the following tool: | Python version >= 3.5

Installation

Published package

pip install factom-harmony-connect

Open-source package

  • Clone the repo
  • Setup a virtual environment (optional)
  • Install dependencies
  • pip install -r requirements.txt``
  • To use the SDK, you have to import: from factom_sdk import FactomClient