Files
pandas-ta/Makefile
T

8 lines
115 B
Makefile

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