add yfinance and more readme
This commit is contained in:
13
README.md
13
README.md
@@ -9,6 +9,19 @@ https://docs.astral.sh/uv/
|
|||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
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
|
# Managing a project with uv
|
||||||
|
|
||||||
https://docs.astral.sh/uv/guides/projects/#managing-dependencies
|
https://docs.astral.sh/uv/guides/projects/#managing-dependencies
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ authors = [
|
|||||||
{ name = "Deeman", email = "hendrik.note@gmail.com" }
|
{ name = "Deeman", email = "hendrik.note@gmail.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = []
|
dependencies = [
|
||||||
|
"yfinance>=0.2.54",
|
||||||
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
materia = "materia:main"
|
materia = "materia:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user