Skip to content

Commit

Permalink
docs: add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mg30 committed Feb 26, 2023
1 parent 1906779 commit 75cf89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The pydwt library provides a set of tools for orchestrating tasks of data processing in a directed acyclic graph (DAG). This DAG is composed of tasks that have dependencies between them and can be executed in parallel or sequentially, depending on their dependencies.

## Installation
`pip install pydwt`

In this document, we will provide a brief explanation of the main modules of the pydwt library, which are:

* `session.py`: module for interacting with a database and creating DataFrame objects to manipulate data.
Expand Down

0 comments on commit 75cf89d

Please sign in to comment.