This commit is contained in:
Roman Yurchak 2020-05-11 10:30:25 +02:00
parent 4be718c852
commit c7b96ef4da
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ import micropip
micropip.install('snowballstemmer').then(do_work)
```
File integrity validation is implementing by checking the hash of the downloaded
wheel against pre-recorded hash digests from the PyPi JSON API.
Micropip implements file integrity validation by checking the hash of the
downloaded wheel against pre-recorded hash digests from the PyPi JSON API.
## Installing wheels from arbitrary URLs