Skip to content
Snippets Groups Projects
Commit 6ce9c09e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Typo in OS name

parent a6ff279e
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!29Revert "Revert "Merge branch 'f-validate-config' into 'dev'""
Pipeline #14629 passed
...@@ -34,12 +34,14 @@ packages you will ever need out of the box. If you prefer, you may also install ...@@ -34,12 +34,14 @@ packages you will ever need out of the box. If you prefer, you may also install
After installation, open an Anaconda prompt from the Windows menu and continue in the [Generic After installation, open an Anaconda prompt from the Windows menu and continue in the [Generic
installation](#generic-installation) section. installation](#generic-installation) section.
#### iOS #### #### MacOS ####
If there is no Python 3 installed yet, there are two main ways to obtain it: Either get the binary If there is no Python 3 installed yet, there are two main ways to
package from [python.org](https://www.python.org/downloads/) or, for advanced users, install via [Homebrew](https://brew.sh/). After installation obtain it: Either get the binary package from
from python.org, it is recommended to also update the TLS certificates for Python (this requires [python.org](https://www.python.org/downloads/) or, for advanced
administrator rights for your user): users, install via [Homebrew](https://brew.sh/). After installation
from python.org, it is recommended to also update the TLS certificates
for Python (this requires administrator rights for your user):
```sh ```sh
# Replace this with your Python version number: # Replace this with your Python version number:
...@@ -49,7 +51,8 @@ cd /Applications/Python\ 3.9/ ...@@ -49,7 +51,8 @@ cd /Applications/Python\ 3.9/
sudo ./Install\ Certificates.command sudo ./Install\ Certificates.command
``` ```
After these steps, you may continue with the [Generic installation](#generic-installation). After these steps, you may continue with the [Generic
installation](#generic-installation).
#### Generic installation #### #### Generic installation ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment