Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/razinc/fplysis
Browse files Browse the repository at this point in the history
  • Loading branch information
razinc committed Oct 5, 2023
2 parents 8475ba1 + 89bc4c9 commit 5800f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ poetry shell
```
Or you can use `poetry run` before any script:
```bash
poetry run analysis_top_10k.py
poetry run python analysis_top_10k.py
```
Each of available scripts have a simple guide on how to use them by adding `-h` switch.
```bash
poetry run analysis_team.py -h
poetry run python analysis_team.py -h
```

# Sample Output
Expand Down

0 comments on commit 5800f67

Please sign in to comment.