Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,13 @@ When run this way, the shared library (`scripts/shared.py`) provides easy access
to all of the necessary paths and all of the modules managed by pipenv are
available.

In order for scripts to be run directly (as shown above), the script must be
executable. For more information on making files executable, please see:
[File Permissions - Foundational technologies — Creative Commons Open
Source][file-perms].

[file-perms]: https://opensource.creativecommons.org/contributing-code/foundational-tech/#file-permissions


### Static analysis

Expand Down