Skip to content

Commit

Permalink
Update README file with build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwillpunning committed May 7, 2024
1 parent 5faa6d4 commit 6d451de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ def valid_date_udf(ts_column):
# Create a Rule that uses the UDF to validate data
valid_date_rule = Rule("valid_date_reading", valid_date_udf(F.col("reading_date")))
```

## Building the project

A Python `.whl` file can be generated by navigating to the `/python` directory and executing the following command :

```bash
$ python3 -m build
```

0 comments on commit 6d451de

Please sign in to comment.