Skip to content

Commit 75cf89d

Browse files
committed
docs: add installation section
1 parent 1906779 commit 75cf89d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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.
44

5+
## Installation
6+
`pip install pydwt`
7+
58
In this document, we will provide a brief explanation of the main modules of the pydwt library, which are:
69

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

0 commit comments

Comments
 (0)