Skip to content

Commit cb21b70

Browse files
committed
Add uvx to the README
1 parent 2568c66 commit cb21b70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Install this tool using `pip`:
1313
```bash
1414
pip install stocksim
1515
```
16+
17+
You can also run `stocksim` with `uvx` without installing it like so:
18+
```bash
19+
uvx --from git+https://github.com/lvg77/stocksim stocksim --ticker AAPL --traget-price 250
20+
```
21+
This command will run the tool in temporary venv which will be then discarded
22+
1623
## Usage
1724

1825
The `stocksim` tool provides a command-line interface to run Monte Carlo simulations for stock price prediction. To use the tool, you can run the following command:

0 commit comments

Comments
 (0)