Skip to content

Commit b75c9e7

Browse files
author
tobyroseman
committed
update README and setup description
1 parent 3e59987 commit b75c9e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We release an updated version about once every 1.5 months or so. You can downloa
4141
the most recent version directly from [pypi](https://pypi.python.org/pypi/SFrame)
4242
or using pip:
4343

44-
pip install sframe
44+
pip install -U sframe
4545

4646
**Requirements**
4747

oss_src/unity/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def run(self):
160160
exclude=["*.tests", "*.tests.*", "tests.*", "tests", "*.test", "*.test.*", "test.*", "test"]),
161161
url='https://dato.com',
162162
license='LICENSE.txt',
163-
description='SFrame enables developers and data scientists to apply machine learning to build state of the art data products.',
163+
description='SFrame is an scalable, out-of-core dataframe, which allows you to work with datasets that are larger than the amount of RAM on your system.',
164164
# long_description=open('README.txt').read(),
165165
classifiers=classifiers,
166166
install_requires=[

0 commit comments

Comments
 (0)