Skip to content

Commit 66d2291

Browse files
v0.4.0: Add TUI for MyoQuant using Trogon
1 parent a9d384d commit 66d2291

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ I recommend using UV for python environment management. See [UV documentation](h
3232
2. Create a virtual environment by using `uv sync`
3333
3. Run Myoquant with `uv run myoquant --help`
3434

35+
## Run Local Demo Instance
36+
You can run the local streamlit private demo instance by running the following command:
37+
38+
`uv run streamlit run src/myoquant/streamlit/run.py`
39+
40+
And access: [ http://localhost:8501](http://localhost:8501)
41+
3542
## How to Use
3643

3744
#### **🆕 NEW:** MyoQuant now comes with a Text User Interface (TUI) for an easier discoverability of the different CLI parameter. **For this you can run `myoquant tui` or `uv run myoquant tui` to launch the TUI.**
@@ -53,7 +60,7 @@ Then you can perform SDH or HE analysis. You can use the command `myoquant --hel
5360
`myoquant atp-analysis IMAGE_PATH`
5461
Don't forget to run `myoquant atp-analysis --help` for information about options.
5562

56-
_If you're running into an issue such as `myoquant: command not found` please check if you activated your virtual environment with the package installed. And also you can try to run it with the full command: `python -m myoquant sdh-analysis --help` or `uv run myoquant sdh-analysis --help`
63+
_If you're running into an issue such as `myoquant: command not found` please check if you activated your virtual environment with the package installed. And also you can try to run it with the full command: `python -m myoquant sdh-analysis --help` or `uv run myoquant sdh-analysis --help`
5764

5865
## Contact
5966

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)