text-generation-inference/clients/python/Makefile
2023-03-07 18:52:22 +01:00

6 lines
112 B
Makefile

unit-tests:
python -m pytest --cov=text_generation tests
install:
pip install pip --upgrade
pip install -e .