Skip to content

Commit

Permalink
docs: minor update to overlays docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Mar 12, 2024
1 parent 8a97d2b commit c557e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/OVERLAYS.org
Expand Up @@ -64,6 +64,10 @@ Verify the setup:

This basically means that modules will be searched in both paths, with overlay taking precedence.

** Installing with =--use-pep517=

See here for discussion https://github.com/seanbreckenridge/reorder_editable/issues/2, but TLDR it should work similarly.

* Testing runtime behaviour (editable install)

: $ python3 -c 'import my.reddit as R; print(R.upvotes())'
Expand Down
4 changes: 2 additions & 2 deletions doc/overlays/install_packages.sh
@@ -1,4 +1,4 @@
#!/bin/bash
set -eux
pip3 install --user -e overlay/
pip3 install --user -e main/
pip3 install --user "$@" -e main/
pip3 install --user "$@" -e overlay/

0 comments on commit c557e55

Please sign in to comment.