File: installation.rst

package info (click to toggle)
python-globus-sdk 3.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: python: 34,226; sh: 44; makefile: 31
file content (26 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Installation
============

The Globus SDK requires `Python 3 <https://www.python.org/>`_.
If a supported version of Python is not already installed on your system, see
this `Python installation guide \
<https://docs.python-guide.org/starting/installation/>`_.

The simplest way to install the Globus SDK is using the ``pip`` package manager
(https://pypi.python.org/pypi/pip), which is included in most Python
installations:

::

    pip install globus-sdk

This will install the Globus SDK and it's dependencies.

Bleeding edge versions of the Globus SDK can be installed by checking out the
git repository and installing it manually:

::

    git clone https://github.com/globus/globus-sdk-python.git
    cd globus-sdk-python
    pip install .