Skip to content

Commit

Permalink
Update README.md with clear instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lauris-tw authored Jun 3, 2024
1 parent 648aa96 commit c147c49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ poetry run pylint data_transformations tests
```
This is running the linter and a type checker.

## Create package
## Create package (optional)
This will create a `tar.gz` and a `.wheel` in `dist/` folder:
```bash
# Install pre-requisites needed by batect
Expand All @@ -53,6 +53,10 @@ scripts\install.bat
```
More: https://python-poetry.org/docs/cli/#build

---
# STOP HERE: Do not code before the interview begins.
---

## Jobs

There are two applications in this repo: Word Count, and Citibike.
Expand Down

0 comments on commit c147c49

Please sign in to comment.