Yuta Katayama
commited on
fixed make install (#151)
Browse files
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 |
-
|
| 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/*
|