mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
665303236a
commit
59f1bd58d7
1 changed files with 39 additions and 5 deletions
|
@ -1,6 +1,19 @@
|
||||||
|
# VS Code installation
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
## The goal
|
||||||
|
|
||||||
|
Install VS Code as editor for Python.
|
||||||
|
|
||||||
|
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||||
|
|
||||||
|
|
||||||
I assume that you have installed Python.
|
**I assume that you have installed Python.**
|
||||||
|
|
||||||
|
|
||||||
## Download and installation
|
## Download and installation
|
||||||
|
@ -77,9 +90,30 @@ Which also installs:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### C/C++ (C++ development / PyBind11)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### C/C++ Extension Pack (C++ development / PyBind11)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Which also installs:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
(I don't know who installs CMake and CMake tools)
|
||||||
|
|
||||||
|
### C/C++ Include Guard (C++ development / PyBind11)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Arduino (Arduino)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Which also installs:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue