Skip to content

Commit 73bf5b2

Browse files
committed
update readme
1 parent a2bed34 commit 73bf5b2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The new optimized Golang code version is very fast, slower than Rust but faster
5151

5252
2024-03-02
5353

54-
* Updated Python version to 3.12.2, added poetry, solved missing icu4 collations for M1 processors
54+
* Updated Python version to 3.12.2, added poetry, solved missing icu4 collations for M1 processors, added a fancy progress bar
5555

5656
2022-09-17
5757

example-python/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
## setup and run
44

55
```
6-
python -m venv .venv
7-
source .venv/bin/activate
8-
pip install -U pip
9-
pip install -r requirements.txt
6+
poetry shell
7+
poetry install --no-root
108
```
119

1210
Syntax

0 commit comments

Comments
 (0)