Skip to content

Commit f866095

Browse files
committed
Updated README
1 parent 06c4e06 commit f866095

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
## Overview
2424

25+
```bash
26+
pip install tradingview-screener
27+
```
28+
2529
`tradingview-screener` is a Python package that allows you to create custom stock screeners using TradingView's official
2630
API. This package retrieves data directly from TradingView without the need for web scraping or HTML parsing.
2731

@@ -34,15 +38,6 @@ API. This package retrieves data directly from TradingView without the need for
3438
- **Filter and sort** the results using a **SQL-like syntax**, with support for **And/Or operators** for advanced filtering.
3539

3640

37-
### Installation
38-
39-
Install the package via pip:
40-
41-
```bash
42-
pip install tradingview-screener
43-
```
44-
45-
4641
### Links
4742

4843
- [GitHub Repository](https://github.com/shner-elmo/TradingView-Screener)

0 commit comments

Comments
 (0)