jbdelmundo / dss_toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. From terminal and clone the git repository
git clone https://github.com/jbdelmundo/dss_toolkit.git

This will copy the contents into your project home

  1. Go to the directory and install via pip:
cd dss_toolkit
pip3 install . -e

This will install all dependencies from requirements.txt

Usage

After installation, you can use the package by importing

import dss_toolkit

Documentation

Documentation are located in /docs/html/index.html directory.

About

License:MIT License


Languages

Language:Python 100.0%