Skip to content

Commit

Permalink
remove 'import setuptools' from 'make install' as it's unnecessary an…
Browse files Browse the repository at this point in the history
…d slow
  • Loading branch information
giampaolo committed Jul 7, 2022
1 parent be85beb commit a3e569a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ build: ## Compile (in parallel) without installing.
PYTHONWARNINGS=all $(PYTHON) setup.py build_ext -i $(BUILD_OPTS)

install: ## Install this package as current user in "edit" mode.
# make sure setuptools is installed (needed for 'develop' / edit mode)
$(PYTHON) -c "import setuptools"
${MAKE} build
PYTHONWARNINGS=all $(PYTHON) setup.py develop $(INSTALL_OPTS)
$(PYTHON) -c "import psutil" # make sure it actually worked
Expand Down

0 comments on commit a3e569a

Please sign in to comment.