Nidhal Baccouri commited on
Commit
7a2b855
·
unverified ·
2 Parent(s): 4379cba 81be811

Merge pull request #152 from yutkat/fix-make-install

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -80,7 +80,7 @@ dist: clean ## builds source and wheel package
80
  ls -l dist
81
 
82
  install: clean ## install the package to the active Python's site-packages
83
- python3 setup.py install
84
 
85
  check:
86
  twine check dist/*
 
80
  ls -l dist
81
 
82
  install: clean ## install the package to the active Python's site-packages
83
+ pip install .
84
 
85
  check:
86
  twine check dist/*