Blame view

Makefile 109 Bytes
ff117f2ef   Quillot Mathias   New way to instal...
1
2
3
4
5
6
7
  init:
  	pip install -r requirements.txt
  	pip install .
  	python -m volia.test
  
  uninstall:
  	pip uninstall volia