File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 17
17
<img alt =" C++ " src =" https://img.shields.io/badge/C%2B%2B-%23323330.svg?&style=for-the-badge&logo=c%2B%2B&logoColor=white " />
18
18
</div >
19
19
<div align =" center " >
20
+ <img alt="Git" src="https://img.shields.io/badge/git%20-%23323330.svg?&style=for-the-badge&logo=git&logoColor=white"/>
20
21
<img alt =" PowerShell " src =" https://img.shields.io/badge/PowerShell-%23323330.svg?&style=for-the-badge&logo=powershell&logoColor=white " />
21
22
<img alt =" Shell " src =" https://img.shields.io/badge/Shell-%23323330.svg?&style=for-the-badge&logo=gnu-bash&logoColor=white " />
22
23
<img alt =" Batch " src =" https://img.shields.io/badge/Batch-%23323330.svg?&style=for-the-badge&logo=windows&logoColor=white " />
23
- </div >
24
- <br >
24
+ </div >
25
+ <br >
25
26
26
27
# .Net-Python
27
28
29
+ <br >
30
+
28
31
Assign the location of the Python.DLL:
29
32
30
33
``` csharp
31
34
RunTime .PythonDLL + @" " ;
32
35
```
33
36
37
+ <br >
38
+
34
39
[ Python for .NET Documentation] ( https://pythonnet.github.io/ )
35
40
41
+ <br >
42
+
36
43
To make the setup script executable, run the following command in your terminal:
37
44
38
45
``` bash
39
46
chmod +x setup.sh
40
47
```
48
+
49
+ <br >
50
+
41
51
``` bash
42
52
bash setup.sh
43
53
```
You can’t perform that action at this time.
0 commit comments