You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Validating Manifest instructions are only for POSIX systems, for Windows the steps are a bit different depending on whether you use cmd.exe or PowerShell.
I can PR those instructions in since I had to figure it out yesterday, but how would that be best structured? The two ideas I had were:
Have the instructions copied over twice, so each platform's instructions are "full":
Validating Manifest
POSIX systems
You can check your manifest file for validity before submitting it to this repository. To do so, set up a virtual Python environment with the required dependencies:
You can check your manifest file for validity before submitting it to this repository. To do so, set up a virtual Python environment with the required dependencies:
You can check your manifest file for validity before submitting it to this repository. To do so, set up a virtual Python environment with the required dependencies:
Have full instructions only in the first sub-section, and then go for shorthands in Windows sections:
Validating Manifest
POSIX systems
You can check your manifest file for validity before submitting it to this repository. To do so, set up a virtual Python environment with the required dependencies:
Currently, Validating Manifest instructions are only for POSIX systems, for Windows the steps are a bit different depending on whether you use
cmd.exe
or PowerShell.I can PR those instructions in since I had to figure it out yesterday, but how would that be best structured? The two ideas I had were:
Have the instructions copied over twice, so each platform's instructions are "full":
Have full instructions only in the first sub-section, and then go for shorthands in Windows sections:
The text was updated successfully, but these errors were encountered: