Skip to content

Commit 7e8ec1b

Browse files
Cleanup readme
1 parent dd3b81e commit 7e8ec1b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ lib3mf (Python)
22
=========
33

44
This repository will holds the lib3mf python library to be published in PyPI.
5-
After every release in lib3mf repository, one simply needs to run the `prepare_pypi_release.py` command as follows
5+
After each release in lib3mf repository, one simply needs to run the `prepare_pypi_release.py` command as follows
66

77
```shell
88
python prepare_pypi_release 2.3.2
99
```
1010

11-
Based on the version number, all the necessary artifacts are automatically updated in the repository and it simply needs to be pushed to git
11+
This command automatically updates all necessary artifacts based on the version number.
12+
Once completed, simply push the changes to Git.
1213

13-
For manually building, kindly run the following script
14+
To manually build the package, run:
1415

1516
```shell
1617
python build_wheels.py
1718
```
1819

19-
This will automatically recognize the platform and build the relevant wheel
20+
This script automatically detects the platform and builds the appropriate wheel.

0 commit comments

Comments
 (0)