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
202659de
Unverified
Commit
202659de
authored
4 years ago
by
Daniel
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Documentation for iOS installation.
parent
d3ca4917
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
README_SETUP.md
+17
-0
17 additions, 0 deletions
README_SETUP.md
with
18 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
202659de
...
...
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
whether server may use the cache for the query execution.
*
Added
`cached`
property to the
`Query`
class which indicates whether the
server used the cache for the execution of the last query.
*
Documentation moved from wiki to this repository and enhanced.
### Changed ###
...
...
This diff is collapsed.
Click to expand it.
README_SETUP.md
+
17
−
0
View file @
202659de
...
...
@@ -30,6 +30,23 @@ 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.
#### iOS ####
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:
cd
/Applications/Python
\
3.9/
# This needs administrator rights:
sudo
./Install
\
Certificates.command
```
After these steps, you may continue with the
[
Generic installation
](
#generic-installation
)
.
#### Generic installation ####
To install PyCaosDB locally, use
`pip3`
(also called
`pip`
on some systems):
...
...
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