Skip to content

Commit a810401

Browse files
committed
update installation insturctions
1 parent 36a21f7 commit a810401

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/installation.rst

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Installation
33

44
Python Requirements
55
-------------------
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.
77

88
Install With pip
99
----------------
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:
1111

1212
.. code-block:: console
1313
@@ -23,19 +23,6 @@ The current dependencies are:
2323
* click>=7.0.0
2424
* appdirs>=1.4.0
2525

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-
3926
Installation in an IPython Env (like colab)
4027
-------------------------------------------
4128
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:
4532
4633
!pip install cchdo.auth
4734
48-
If you are in Google Colab, include the ``colab`` extra:
49-
50-
.. code-block:: console
51-
52-
!pip install 'cchdo.auth[colab]'
53-
5435
.. note::
5536
The ``!`` prefixing the pip command is required in a Jupyter/IPython/Google Colab cell.

0 commit comments

Comments
 (0)