Files
pandas-ta/Makefile
T
2020-05-28 15:29:20 -07:00

8 lines
115 B
Makefile

clean:
find . -name '*.pyc' -exec rm -f {} +
init:
pip install -r requirements.txt
test:
python -m unittest -v