Skip to content

Commit

Permalink
removed gitter link. Added advisory on package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
parashardhapola committed Jul 10, 2021
1 parent 0d7bd0c commit d2d3a6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|PyPI| |Docs| |Tests| |Gitter| |commits-latest| |pypi-downloads|
|PyPI| |Docs| |Tests| |commits-latest| |pypi-downloads|

|IMG1|

Expand Down Expand Up @@ -49,3 +49,7 @@ fixed in future updates.
High memory consumption: If you are using a version of Scarf less than 0.7.0 and have dask version >2021.03.1
then you might face high memory consumption issues. The solution is to install dask==2021.03.1. The
latest version of Scarf automatically solves this issue.

Scarf was recently renamed to `scarf` from `scarf-toolkit` on PyPi. So if you previously installed using
`pip install scarf-toolkit` then you need to first uninstall using `pip uninstall scarf-toolkit`. Thereafter you can
install the recent version of Scarf using `pip install -U scarf`

0 comments on commit d2d3a6a

Please sign in to comment.