Yuta Katayama commited on
Commit
81be811
·
unverified ·
1 Parent(s): 4379cba

fixed make install (#151)

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/*