Skip to content

Commit

Permalink
FEATURE: Allow editable installs with new pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Jul 18, 2021
1 parent 7e8635e commit 3886c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import setuptools
import site
import sys

site.ENABLE_USER_SITE = "--user" in sys.argv[1:]

setuptools.setup()

0 comments on commit 3886c3d

Please sign in to comment.