We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional steps are required to correctly setup the py environment.
Requirement for a specific Python version, since 3.12 is failing with requirements.txt. Py 3.9 works fine.
Py -v: 3.9.13
In WIN, you also need to change execution criteria in powershell
Set-ExecutionPolicy -ExecutionPolicy RemotSigned -Scope LocalMachine
Also in WIN, even under full control permissions, you need to use "." before commands
".\make" instead of "make"
Step by step instructions for commiting a branch:
create branch: git branch branchname git checkout branchname git status Apply changes git add docs/about/contacts.md ./make autobuild commit via vscode and check GH git commit -m 'Commit message' git push --set-upstream origin test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the context or reason for the change?
Additional steps are required to correctly setup the py environment.
What is your proposed change?
Requirement for a specific Python version, since 3.12 is failing with requirements.txt. Py 3.9 works fine.
In WIN, you also need to change execution criteria in powershell
Also in WIN, even under full control permissions, you need to use "." before commands
Step by step instructions for commiting a branch:
The text was updated successfully, but these errors were encountered: