Skip to content

Commit c863854

Browse files
authored
Merge pull request #57 from atomscale-ai/enhancement/doc_update
Fix API key env text
2 parents 1ecf754 + 15e0ad1 commit c863854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Installation
4242
4343
pip install atomscale
4444
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.
45+
Much of the functionality of the package requires an API key. It can be provided using
46+
the ``AS_API_KEY`` environment variable before creating a :class:`~atomscale.client.Client`,
47+
or passed in directly when constructing the client in your code.
4848

4949
.. note::
5050

0 commit comments

Comments
 (0)