add yfinance and more readme

This commit is contained in:
2025-03-01 18:13:38 +01:00
parent 96a6abf1e0
commit 32b7df714e
2 changed files with 16 additions and 1 deletions

View File

@@ -9,6 +9,19 @@ https://docs.astral.sh/uv/
curl -LsSf https://astral.sh/uv/install.sh | sh
```
### 2. Setup the env
Simply run
```bash
uv sync
```
This will install python & the dependencies declared so far
### 3. Adding a dependency
```bash
uv add requests
```
# Managing a project with uv
https://docs.astral.sh/uv/guides/projects/#managing-dependencies