Skip to content

Commit

Permalink
updating docs accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Aug 26, 2019
1 parent 8762b13 commit 316029f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GluonTS requires Python 3.6, and the easiest
way to install it is via `pip`:

```bash
pip install gluonts
pip install mxnet gluonts
```

## Quick start guide
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can install GluonTS using `pip <https://pip.pypa.io/en/stable/installing/>`_

.. code-block:: console
pip install gluonts
pip install mxnet gluonts
.. hint::
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ pandas>=0.25.0
pydantic==0.28.*
tqdm>=4.23.0
ujson>=1.35

0 comments on commit 316029f

Please sign in to comment.