Skip to content
Snippets Groups Projects
Commit 6fb67291 authored by Andre Sailer's avatar Andre Sailer
Browse files

Merge branch 'v32_morePy3Doc' into 'Rel-v32r0'

[v32] more py3 doc

See merge request CLICdp/iLCDirac/ILCDIRAC!413
parents ed9b71be 365e838b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ variables:
ILCDIRAC_VERSION: "v32r0-pre"
ILCDIRAC_TEST_CONFIG: "dips://voilcdiracconfig.cern.ch:9135/Configuration/Server"
DIRAC_BRANCH: "rel-v7r2"
DIRAC_TAG: "v7r2p34"
DIRAC_TAG: "v7r2p40"
SETUP: "ILC-Development"
ILCDIRAC_BRANCH: "Rel-v32r0"
DIRAC_DEPRECATED_FAIL: "1"
......
......@@ -17,6 +17,16 @@ Setting up an iLCDirac environment
.. _client:
Client Python Version
---------------------
Both the Python2 and the Python3 clients are compatible with the same server
installations, and will remain compatible also when the Servers are up-dated to use a
Python 3 based installation. This is the case until iLCDirac will be based on DIRAC
version 8, when only Python 3 clients will be supported. Therefore please try out the
Python3 client and report any issues.
Using a pre existing installation (e.g. at CERN)
------------------------------------------------
......
......@@ -29,7 +29,7 @@ package_dir=
=src
packages = find:
install_requires =
DIRAC == 7.2.30
DIRAC == 7.2.40
requests
six
zip_safe = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment