Skip to content
New issue

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

[Docs update] additional details into developer_docs.md #264

Open
matamadio opened this issue Oct 30, 2023 · 0 comments
Open

[Docs update] additional details into developer_docs.md #264

matamadio opened this issue Oct 30, 2023 · 0 comments
Labels
Docs This issue relates to documentation

Comments

@matamadio
Copy link
Contributor

matamadio commented Oct 30, 2023

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.

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:

  1. create branch:
    git branch branchname
    git checkout branchname
    git status
  2. Apply changes
    git add docs/about/contacts.md
  3. ./make autobuild
  4. commit via vscode and check GH
    git commit -m 'Commit message'
    git push --set-upstream origin test
@matamadio matamadio added the Docs This issue relates to documentation label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs This issue relates to documentation
Projects
Status: Under discussion
Development

No branches or pull requests

1 participant