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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
7ebf0caa
Commit
7ebf0caa
authored
7 months ago
by
I. Nüske
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Move python installation into optional section
parent
7309b0c0
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!175
BUG: Request responses without the "Set-Cookie" header no longer overwrite the...
,
!163
WIP: Modernizing setup.
Pipeline
#58270
passed
7 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+40
-36
40 additions, 36 deletions
README_SETUP.md
with
40 additions
and
36 deletions
README_SETUP.md
+
40
−
36
View file @
7ebf0caa
...
...
@@ -4,42 +4,8 @@
### How to install ###
#### Linux ####
Make sure that Python (at least version 3.8) and pip is installed, using your system tools and
documentation.
Then open a terminal and continue in the
[
Generic installation
](
#generic-installation
)
section.
#### Windows ####
If a Python distribution is not yet installed, we recommend Anaconda Python, which you can download
for free from
[
https://www.anaconda.com
](
https://www.anaconda.com
)
. The "Anaconda Individual Edition" provides most of all
packages you will ever need out of the box. If you prefer, you may also install the leaner
"Miniconda" installer, which allows you to install packages as you need them.
After installation, open an Anaconda prompt from the Windows menu and continue in the
[
Generic
installation
](
#generic-installation
)
section.
#### MacOS ####
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
)
.
First ensure that python with at least version 3.8 is installed. Should this not be
the case, you can use the
[
Installing python
](
#installing-python-
)
guide for your OS.
#### Generic installation ####
...
...
@@ -80,6 +46,44 @@ A current list of the dependencies installed with this program as well as those
the keywords can be found in
`setup.py`
s
`setup_package()`
method, in the
`metadata`
dictionary
entries
`install_requires`
and
`extras_require`
.
### Installing python ###
#### Linux ####
Make sure that Python (at least version 3.8) and pip is installed, using your system tools and
documentation.
Then open a terminal and continue in the
[
Generic installation
](
#generic-installation
)
section.
#### Windows ####
If a Python distribution is not yet installed, we recommend Anaconda Python, which you can download
for free from
[
https://www.anaconda.com
](
https://www.anaconda.com
)
. The "Anaconda Individual Edition" provides most of all
packages you will ever need out of the box. If you prefer, you may also install the leaner
"Miniconda" installer, which allows you to install packages as you need them.
After installation, open an Anaconda prompt from the Windows menu and continue in the
[
Generic
installation
](
#generic-installation
)
section.
#### MacOS ####
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
)
section.
## Configuration ##
The configuration is done using
`ini`
configuration files. The content of these configuration files
...
...
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