Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Default to zmq for local installations via make
Browse files Browse the repository at this point in the history
  • Loading branch information
0snap committed Feb 23, 2021
1 parent 7fd9999 commit db54e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/apps/threatbus_misp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dist:

.PHONY: install
install:
pip install .
pip install .[zmq]

.PHONY: dev-mode
dev-mode:
pip install --editable .
pip install --editable .[zmq]

0 comments on commit db54e02

Please sign in to comment.