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