Skip to content

Commit b3187a4

Browse files
Update README.md
1 parent 8788391 commit b3187a4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,37 @@
1717
<img alt="C++" src="https://img.shields.io/badge/C%2B%2B-%23323330.svg?&style=for-the-badge&logo=c%2B%2B&logoColor=white"/>
1818
</div>
1919
<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"/>
2021
<img alt="PowerShell" src="https://img.shields.io/badge/PowerShell-%23323330.svg?&style=for-the-badge&logo=powershell&logoColor=white"/>
2122
<img alt="Shell" src="https://img.shields.io/badge/Shell-%23323330.svg?&style=for-the-badge&logo=gnu-bash&logoColor=white"/>
2223
<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>
2526

2627
# .Net-Python
2728

29+
<br>
30+
2831
Assign the location of the Python.DLL:
2932

3033
```csharp
3134
RunTime.PythonDLL + @"";
3235
```
3336

37+
<br>
38+
3439
[Python for .NET Documentation](https://pythonnet.github.io/)
3540

41+
<br>
42+
3643
To make the setup script executable, run the following command in your terminal:
3744

3845
```bash
3946
chmod +x setup.sh
4047
```
48+
49+
<br>
50+
4151
```bash
4252
bash setup.sh
4353
```

0 commit comments

Comments
 (0)