diff --git a/README.md b/README.md index 3e933e2..5a199ba 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ It offers: - Advanced features for editing `.comm` files - A fully integrated 3D Visualizer to explore your meshs +![VS Code Aster demo](media/images/vscode_aster.gif) + ## Installation ### 1. Installing the extension @@ -55,7 +57,7 @@ The **VS Code Aster** extension is now available on the [VS Code Marketplace](ht ### 2. Required dependencies -This extension requires **Python 3.8 or later** and the following packages : +This extension requires **Python 3.10 or later** and the following packages : - `numpy` - `pygls==1.3.1` @@ -105,6 +107,11 @@ If you'd like to run simulations, you need to have **cave** installed on your sy You're now ready to use **VS Code Aster** ! +### Video tutorials + +- [Installing VS Code Aster on Linux](https://www.youtube.com/watch?v=hfgOAKXF4d8) +- [Installing and configuring VS Code Aster on Windows (native code_aster)](https://www.youtube.com/watch?v=-Nmcb2MnmHU) + ## Features overview ### 1. Creating and managing .export files diff --git a/media/images/vscode_aster.gif b/media/images/vscode_aster.gif new file mode 100644 index 0000000..5db21bf Binary files /dev/null and b/media/images/vscode_aster.gif differ