README.md updated with minimal tests
This commit is contained in:
22
Makefile
Normal file
22
Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
help:
|
||||
cat INSTALL.md
|
||||
make --print-targets
|
||||
|
||||
code/bin/activate:
|
||||
python3 -m venv code
|
||||
|
||||
python_dependencies: code/bin/activate
|
||||
|
||||
|
||||
setup_dev: python_dependencies
|
||||
cd code; bin/pip3 install git+https://github.com/MieuxVoter/majority-judgment-library-python
|
||||
|
||||
|
||||
clean:
|
||||
echo "TODO"
|
||||
|
||||
tests:
|
||||
cd samples;./tests.sh
|
||||
|
||||
.PHONY: clean setup_dev python_dependencies help tests
|
||||
Reference in New Issue
Block a user