Skip to content

Commit 6524b30

Browse files
committed
Clean README.md
1 parent b390f2a commit 6524b30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It provides additional data conversions for `pandas`, `numpy` and `datetime`
1111

1212
## Prerequisites
1313

14-
* python 3.6 or higher. (Note: Python 3.9 not yet fully supported by `pythonnet`)
14+
* python 3.6 or higher.
1515
* [dotnet](https://dotnet.microsoft.com/download).
1616

1717
dotnet also provides [scripts](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script) to proceed the installation by command line.
@@ -46,8 +46,8 @@ namespace LibForTests
4646
}
4747
}
4848
```
49-
We build this function into a library named `LibForTests.dll`
50-
Now we can load it in our python environment then using it.
49+
We build this function into a library named `LibForTests.dll`.
50+
We load this library into our python environment then use it.
5151

5252
```python
5353
import clr
@@ -71,7 +71,7 @@ print(y)
7171
```
7272

7373

74-
Below you can found an exhausitve list of supported data convertions.
74+
Below an exhausitve list of supported data convertions.
7575

7676
### Python -> .Net
7777

@@ -125,7 +125,7 @@ Below you can found an exhausitve list of supported data convertions.
125125

126126
Issue tracker: [https://github.com/fdieulle/pandasnet/issues](https://github.com/fdieulle/pandasnet/issues)
127127

128-
If you want to checkout the project and propose your own contribution, you will need to setup the project with the following steps:
128+
If you want to checkout the project and propose your own contribution, you will need to setup it following few steps:
129129

130130
### Create a virtual environment:
131131

0 commit comments

Comments
 (0)