Files
pandas-ta/Makefile
T
2020-06-01 11:00:32 -07:00

11 lines
182 B
Makefile

clean:
find . -name '*.pyc' -exec rm -f {} +
caches:
find ./pandas_ta | grep -E "(__pycache__|\.pyc|\.pyo$\)"
init:
pip install -r requirements.txt
test:
python -m unittest -v