Skip to content

Commit

Permalink
Replace frontend-editables with pip -e switch
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Mar 19, 2022
1 parent 89757b0 commit 1b40172
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ pkgs.mkShell {
PIP_ONLY_BINARY = ":all:";

postVenvCreation = ''
python -m pip install -U pip ipython nox frontend-editables
python -m pip install -U pip ipython nox
python -m pip uninstall -y setuptools
SETUPTOOLS_USE_DISTUTILS=0 python -m frontend_editables.transitional_cli \
--method lax_symlink --spec ".[gui, test, types]" \
src/instawow instawow \
gui-webview/src/instawow_gui instawow_gui
python -m pip install -e ".[gui, test, types]"
'';
}

0 comments on commit 1b40172

Please sign in to comment.