mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
extend setup.py, add Makefile, gitignore, requirements.txt
This commit is contained in:
parent
59b2dcb619
commit
f229907e41
8 changed files with 235 additions and 15 deletions
21
Makefile
Normal file
21
Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# BEGIN-EVAL makefile-parser --make-help Makefile
|
||||
|
||||
help:
|
||||
@echo ""
|
||||
@echo " Targets"
|
||||
@echo ""
|
||||
@echo " install Install with pip"
|
||||
@echo " install-dev Install editable with pip"
|
||||
@echo ""
|
||||
@echo " Variables"
|
||||
@echo ""
|
||||
|
||||
# END-EVAL
|
||||
|
||||
# Install with pip
|
||||
install:
|
||||
pip install .
|
||||
|
||||
# Install editable with pip
|
||||
install-dev:
|
||||
pip install -e .
|
Loading…
Add table
Add a link
Reference in a new issue