mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-06-27 16:10:07 +08:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
clean:
|
|
find . -name '*.pyc' -exec rm -f {} +
|
|
|
|
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
python -m unittest -v
|