Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
6ce9c09e
Commit
6ce9c09e
authored
3 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Typo in OS name
parent
a6ff279e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!33
MAINT: change arguments of create_user
,
!29
Revert "Revert "Merge branch 'f-validate-config' into 'dev'""
Pipeline
#14629
passed
3 years ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+9
-6
9 additions, 6 deletions
README_SETUP.md
with
9 additions
and
6 deletions
README_SETUP.md
+
9
−
6
View file @
6ce9c09e
...
...
@@ -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
installation
](
#generic-installation
)
section.
####
i
OS ####
####
Mac
OS ####
If there is no Python 3 installed yet, there are two main ways to obtain it: Either get the binary
package from
[
python.org
](
https://www.python.org/downloads/
)
or, for advanced 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):
If there is no Python 3 installed yet, there are two main ways to
obtain it: Either get the binary package from
[
python.org
](
https://www.python.org/downloads/
)
or, for advanced
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
# Replace this with your Python version number:
...
...
@@ -49,7 +51,8 @@ cd /Applications/Python\ 3.9/
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 ####
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment