Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
python3 -m pip install TA-Lib
is a old way 
now every one has python3 so use python directly
python -m pip install TA-Lib
  • Loading branch information
gmmkmtgk authored and mrjbq7 committed Apr 13, 2023
1 parent b2f5f53 commit 487fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libraries.
You can install from PyPI:

```
$ python3 -m pip install TA-Lib
$ python -m pip install TA-Lib
```

Or checkout the sources and run ``setup.py`` yourself:
Expand Down

0 comments on commit 487fe7b

Please sign in to comment.