Skip to content

Commit bc946e0

Browse files
authored
Merge pull request #10 from rajtilakjee/implement/typer
Modify main.py and installation.md
2 parents 1a266dd + 2bb7c16 commit bc946e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Post installation, this is how to run Simone:
4343
- Run the script:
4444

4545
```
46-
python main.py
46+
python main.py --url "https://www.youtube.com/watch?v=1b2qPTmuLhg" --path "C:/Program Files/Tesseract-OCR/tesseract.exe"
4747
```

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
load_dotenv()
1919
api_key = os.getenv("GEMMA_API_KEY")
2020

21-
__version__ = "2.0.0"
21+
__version__ = "2.1.0"
2222

2323

2424
def version_callback(value: bool):

0 commit comments

Comments
 (0)