Skip to content

Commit ecba285

Browse files
Franky1mrjbq7
authored andcommitted
changed emojis from shortcodes to real ones
1 parent 8548fa8 commit ecba285

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TA-Lib :chart_with_upwards_trend:
1+
# TA-Lib 📈
22

33
<!-- Badges -->
44
![Tests](https://github.com/ta-lib/ta-lib-python/actions/workflows/tests.yml/badge.svg)
@@ -30,7 +30,7 @@ In addition, this project also supports the use of the
3030
[Polars](https://www.pola.rs) and [Pandas](https://pandas.pydata.org)
3131
libraries.
3232

33-
## Versions :card_index_dividers:
33+
## Versions 🗂️
3434

3535
The upstream TA-Lib C library released version 0.6.1 and changed the library
3636
name to `-lta-lib` from `-lta_lib`. After trying to support both via
@@ -41,7 +41,7 @@ feature branches:
4141
* `ta-lib-python` 0.5.x (supports `ta-lib` 0.4.x and `numpy` 2)
4242
* `ta-lib-python` 0.6.x (supports `ta-lib` 0.6.x and `numpy` 2)
4343

44-
## Installation :floppy_disk:
44+
## Installation 💾
4545

4646
You can install from PyPI:
4747

@@ -65,7 +65,7 @@ conda install -c conda-forge ta-lib
6565
conda install -c conda-forge ta-lib
6666
```
6767

68-
### Dependencies :jigsaw:
68+
### Dependencies 🧩
6969

7070
To use TA-Lib for python, you need to have the [TA-Lib](http://ta-lib.org)
7171
already installed. You should probably follow their [installation
@@ -140,7 +140,7 @@ sudo make install
140140
Note: if your directory path includes spaces, the installation will probably
141141
fail with ``No such file or directory`` errors.
142142

143-
### Wheels :gear:
143+
### Wheels ⚙️
144144

145145
For convenience, and starting with version 0.6.5, we now build binary wheels
146146
for different operating systems, architectures, and Python versions using
@@ -172,7 +172,7 @@ In the event that your operating system, architecture, or Python version are
172172
not available as a binary wheel, it is fairly easy to install from source
173173
using the instructions above.
174174

175-
### Troubleshooting :hammer_and_wrench:
175+
### Troubleshooting 🛠️
176176

177177
If you get a warning that looks like this:
178178

@@ -547,7 +547,7 @@ latest = stream.SMA(close)
547547
assert (output[-1] - latest) < 0.00001
548548
```
549549
550-
## Supported Indicators and Functions :clipboard:
550+
## Supported Indicators and Functions 📋
551551
552552
We can show all the TA functions supported by TA-Lib, either as a `list` or
553553
as a `dict` sorted by group (e.g. "Overlap Studies", "Momentum Indicators",
@@ -567,7 +567,7 @@ for group, names in talib.get_function_groups().items():
567567
print(f" {name}")
568568
```
569569
570-
### Indicator Groups :label:
570+
### Indicator Groups 🏷️
571571
572572
* Overlap Studies
573573
* Momentum Indicators

0 commit comments

Comments
 (0)