Skip to content

Commit e518ea8

Browse files
committed
Update Readme
1 parent 8ca7f38 commit e518ea8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ examples/tune_quick.py
140140
examples/try.py
141141
*.csv
142142
examples/debug.py
143+
examples/tune_support.py

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ TuneTA simplifies the process of optimizing many technical indicators while avoi
4242

4343
Install the latest code (recommended):
4444

45+
Note: TuneTA requires the latest development code of YellowBrick until an official release. A [bug](https://github.com/DistrictDataLabs/yellowbrick/issues/1185) exists that could cause an [issue](https://github.com/jmrichardson/tuneta/issues/16) with TuneTA.
46+
4547
```python
48+
pip install -U git+https://github.com/DistrictDataLabs/yellowbrick.git
4649
pip install -U git+https://github.com/jmrichardson/tuneta
4750
```
4851

4952
Install the latest release:
5053

5154
```python
55+
pip install -U git+https://github.com/DistrictDataLabs/yellowbrick.git
5256
pip install -U tuneta
5357
```
5458

@@ -63,7 +67,7 @@ Install using Colab:
6367
!make install
6468
!pip install Ta-Lib
6569
!pip install -U git+https://github.com/jmrichardson/tuneta
66-
!pip install yellowbrick==1.3.post1
70+
!pip install -U git+https://github.com/DistrictDataLabs/yellowbrick.git
6771
!pip install numpy==1.20.3
6872
!pip install numba==0.54.1
6973
!pip install pandas==1.3.4

0 commit comments

Comments
 (0)