Skip to content

Commit

Permalink
Bug fix in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Kolar committed Aug 21, 2024
1 parent 0d15577 commit 98e2acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
pip3 install .

install_editable:
pip3 install --editable . --config-settings editable_mode=strict
pip3 install --editable . --config-settings editable_mode=strict

jupyter:
jupyter notebook ./example/two_node_eg.ipynb
Expand Down

0 comments on commit 98e2acc

Please sign in to comment.