You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ Installation
3
3
4
4
Python Requirements
5
5
-------------------
6
-
This package is tested on python 3.6 through 3.9 on a linux environment, it has been run in a macOS environment and should also work on Windows.
6
+
This package is tested on python 3.10 through 3.12 on a linux environment, it has been run in a macOS environment and should also work on Windows.
7
7
8
8
Install With pip
9
9
----------------
10
-
Installation in your preferred python 3.6~3.9 environment should be as simple as:
10
+
Installation in your preferred python 3.10~3.12 environment should be as simple as:
11
11
12
12
.. code-block:: console
13
13
@@ -23,19 +23,6 @@ The current dependencies are:
23
23
* click>=7.0.0
24
24
* appdirs>=1.4.0
25
25
26
-
Optional Dependencies
27
-
---------------------
28
-
When using this library in a `Google Colab <https://colab.research.google.com/>`_ environment, getting the api key to the right place can be tricky.
29
-
For this reason, there is an optional dependency on:
30
-
31
-
* colab_env>=0.2.0
32
-
33
-
This can be automatically installed for you using the extras syntax when installing:
34
-
35
-
.. code-block:: console
36
-
37
-
pip install 'cchdo.auth[colab]'
38
-
39
26
Installation in an IPython Env (like colab)
40
27
-------------------------------------------
41
28
This can be installed in a Jupyter/IPython/Google Colab environment by using the "Shell execute" `magic command <https://ipython.readthedocs.io/en/stable/interactive/magics.html>`_.
@@ -45,11 +32,5 @@ Simply run this in an empty cell in the notebook:
45
32
46
33
!pip install cchdo.auth
47
34
48
-
If you are in Google Colab, include the ``colab`` extra:
49
-
50
-
.. code-block:: console
51
-
52
-
!pip install 'cchdo.auth[colab]'
53
-
54
35
.. note::
55
36
The ``!`` prefixing the pip command is required in a Jupyter/IPython/Google Colab cell.
0 commit comments