We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ecf754 + 15e0ad1 commit c863854Copy full SHA for c863854
docs/index.rst
@@ -42,9 +42,9 @@ Installation
42
43
pip install atomscale
44
45
-Set the ``AS_API_KEY`` and (optional) ``AS_API_ENDPOINT`` environment variables
46
-before creating a :class:`~atomscale.client.Client`, or pass them directly when
47
-constructing the client in your scripts.
+Much of the functionality of the package requires an API key. It can be provided using
+the ``AS_API_KEY`` environment variable before creating a :class:`~atomscale.client.Client`,
+or passed in directly when constructing the client in your code.
48
49
.. note::
50
0 commit comments