lbry-sdk/Makefile

9 lines
196 B
Makefile
Raw Normal View History

2019-06-20 15:26:54 -04:00
install:
cd torba && pip install -e .
cd lbry && pip install -e .
lint:
2019-06-20 16:06:21 -04:00
cd lbry && pylint lbrynet
2019-06-20 15:26:54 -04:00
cd torba && pylint --rcfile=setup.cfg torba
cd torba && mypy --ignore-missing-imports torba