We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbd9f8 commit e71709fCopy full SHA for e71709f
Makefile
@@ -65,12 +65,12 @@ init:
65
$(QUIET)$(ECHO) "$@: Done."
66
67
install: must_be_root
68
- $(QUIET)python3 -m pip install "git+https://github.com/reactive-firewall/pythonrepo.git#egg=pythonrepo"
+ $(QUIET)python3 -m pip install "git+https://github.com/reactive-firewall/python-repo.git#egg=pythonrepo"
69
$(QUITE)$(WAIT)
70
71
72
user-install:
73
- $(QUIET)python3 -m pip install --user "git+https://github.com/reactive-firewall/pythonrepo.git#egg=pythonrepo"
+ $(QUIET)python3 -m pip install --user "git+https://github.com/reactive-firewall/python-repo.git#egg=pythonrepo"
74
75
76
0 commit comments