fix comments

This commit is contained in:
Laurent Perron
2021-09-20 15:24:04 +02:00
parent 6a84a52d9e
commit d17db3ec44
2 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ To Create a native dependent package which will contains two parts:
* A bunch of native libraries for the supported platform targeted.
* The Python code depending on it.
note: Since [Pypi.org](pypi.org) support multiple packages, we will simply upload one package per supported platform.
note: Since [Pypi.org](https://pypi.org/) support multiple packages, we will
simply upload one package per supported platform.
### Local Package