*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -3,7 +3,7 @@
> Create new conda environments.
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/create.html>.
- Create a new environment named `py39`, and install Python 3.9 and numpy v1.11 or above in it:
- Create a new environment named `py39`, and install Python 3.9 and NumPy v1.11 or above in it:
`conda create --yes --name {{py39}} python={{3.9}} "{{numpy>=1.11}}"`