Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update module name
  • Loading branch information
Andrew Duberstein committed Mar 27, 2020
1 parent 7c48673 commit 11697aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/pydeck/docs/installation.rst
@@ -1,11 +1,11 @@
Installing pydeck
=================

Generally, there are three steps before using pydeck:
There are three steps before using pydeck:

1. Install the library via pip or conda
2. Get a Mapbox API token
3. Enable it for Jupyter Lab or Jupyter Notebook
3. Enable pydeck for Jupyter Lab or Jupyter Notebook

Via pip
^^^^^^^
Expand All @@ -31,7 +31,7 @@ To add basemap tiles, you must get a Mapbox API key, which you can do by
registering for Mapbox via `this link <https://account.mapbox.com/auth/signup/>`_.
You should then create a `new public API token <https://account.mapbox.com/access-tokens/>`_.

Mapbox tiles are free to use for a rather high level of usage. You can learn more about
Mapbox tiles are free for a rather high level of usage. You can learn more about
Mapbox tokens via their `documentation <https://docs.mapbox.com/help/how-mapbox-works/access-tokens/#how-access-tokens-work>`_.

If you set a ``MAPBOX_API_KEY`` environment variable, pydeck will detect it. This way, you do not
Expand Down Expand Up @@ -81,7 +81,7 @@ Development notes
^^^^^^^^^^^^^^^^^

Please note that if you are installing a pydeck prerelease, you may have to specify a specific version
of @deck.gl/jupyter-widget to install for JupyterLab. You can read this version from pydeck itself.
of ``@deck.gl/jupyter-widget`` to install for JupyterLab. You can read this version from pydeck itself.

.. code-block:: bash
Expand Down

0 comments on commit 11697aa

Please sign in to comment.