We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6733127 commit f77b038Copy full SHA for f77b038
docs/user/quickstart.rst
@@ -60,7 +60,7 @@ It can be as simple as setting it in your CLI before running your script...
60
61
.. code-block:: bash
62
63
- $ WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
+ $ export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
64
$ python myscript.py
65
66
...or putting your credentials in a shell script that you ``source`` when your
0 commit comments