mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-07 00:06:53 +08:00
5 lines
78 B
Makefile
5 lines
78 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
python3 -m unittest discover -v
|