Skip to content

Commit 977fc79

Browse files
committed
Added Video
1 parent 8e37ff3 commit 977fc79

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ Now it can:
1414

1515
# How to Use
1616

17-
I'm in the process of writing a more detailed blog post for those who just started messing with python in Blender or programming in general, but if you're semi-familiar with Python, VS Code, and the command line the following should make sense. If you have any questions or suggestions, don't hesitate to file an issue.
17+
I have made a video (click the image below) for those who just started messing with python in Blender or programming in general, but if you're semi-familiar with Python, VS Code, and the command line the following should make sense. If you have any questions or suggestions, don't hesitate to file an issue.
18+
19+
<p align="center" style="position:relative;">
20+
<a href="https://www.youtube.com/watch?v=UVDf2VSmRvk" title="Click to go to Video">
21+
<img alt="youtube video" src="https://img.youtube.com/vi/UVDf2VSmRvk/maxresdefault.jpg" height="300" style="margin:0 auto;" />
22+
</a>
23+
</p>
24+
1825

1926
## Installing Python and Getting PTVSD
2027

2128
Install Python 3 with pip and check add to PATH.
2229
- If you already have python installed and you can run it from the command line (aka PATH is set), the addon should find it. It uses `where python` or `whereis python` or `which python` depending on the OS to determine where python is. I only have windows at the moment, so only that is tested, but it should work.
2330

24-
`pip install ptvsd==3.0.0"
31+
`pip install ptvsd==3.0.0`
2532
- Newer versions do not work, you will just get an error in VS Code trying to connect. later versions aren't supported yet see [Debugging Python with VS Code](https://code.visualstudio.com/docs/python/debugging#_remote-debugging) and [#514](/Microsoft/vscode-python/issues/514).
2633

2734
## Setting up your Addon

0 commit comments

Comments
 (0)