Add requirements.txt
- Allows simplifying local setup instructions without docker.
- Also use python venv (which is builtin with standard python3).
- Install as much stuff to python venv as possible to make things more cross-plaform.
- Fix some minor bash snippets which were not labled (and thus were being treated as cpp snippets)
Signed-off-by: Ayush Singh ayushdevel1325@gmail.com
Merge request reports
Activity
@ayush1325 Not able to see the ouput of failed pipeline, try to run again?
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
666 680 You should also see a message in dmesg. 667 681 668 682 669 683 Documenting with Sphinx I think @lorforlinux is going to move this section soon, so it probably should be done in that commit.
There is a reason @yoder has this here. We should align with him if he wants this content here or moved. I don’t want to hurt the integrity of the Cookbook.
added 2 commits
added 36 commits
-
31f64852...a301587c - 35 commits from branch
docs:main
- 2c9fc2f2 - Merge branch 'main' into 'fix-build-errors'
-
31f64852...a301587c - 35 commits from branch
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
- Resolved by Ayush Singh
added 10 commits
-
2c9fc2f2...b2f2b7ea - 9 commits from branch
docs:main
- b27a023a - Fixes from PR
-
2c9fc2f2...b2f2b7ea - 9 commits from branch
523 523 .. _kernel_hello_patch: 524 524 525 525 .. literalinclude:: ../code/07kernel/hello.patch 526 :language: patch 526 :language: text @ayush1325 looks like *.patch needs
diff
: https://pygments.org/docs/lexers/#module-pygments.lexers.diff (as shared by @jkridner on discord).
@ayush1325 Thanks a lot for doing this, merging this now.