Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
word_cloud_est
Commits
e038c02f
Commit
e038c02f
authored
Mar 06, 2014
by
Andreas Mueller
Browse files
changes paths to amueller repo
parent
9ddde102
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e038c02f
...
...
@@ -8,11 +8,11 @@ post][blog-post].
Fast install:
sudo pip install git+git://github.com/
paul-nechifo
r/word_cloud.git
sudo pip install git+git://github.com/
amuelle
r/word_cloud.git
Otherwise, get this package:
wget https://github.com/
paul-nechifo
r/word_cloud/archive/master.zip
wget https://github.com/
amuelle
r/word_cloud/archive/master.zip
unzip master.zip
rm master.zip
cd word_cloud-master
...
...
@@ -60,7 +60,7 @@ not iterable` problem][intprob] also showcased on the blog.
[
blog-post
]:
http://peekaboo-vision.blogspot.de/2012/11/a-wordcloud-in-python.html
[
simple
]:
examples/simple.py
[
more
]:
examples/more.py
[
reddit-cloud
]:
https://github.com/
paul-nechifo
r/reddit-cloud
[
reddit-cloud
]:
https://github.com/
amuelle
r/reddit-cloud
[
wc2
]:
http://www.reddit.com/user/WordCloudBot2
[
wc2top
]:
http://www.reddit.com/user/WordCloudBot2/?sort=top
[
intprob
]:
http://peekaboo-vision.blogspot.de/2012/11/a-wordcloud-in-python.html#bc_0_28B
...
...
setup.py
View file @
e038c02f
...
...
@@ -4,7 +4,7 @@ from Cython.Build import cythonize
setup
(
name
=
'wordcloud'
,
version
=
'1.0.0'
,
url
=
'https://github.com/
paul-nechifo
r/word_cloud'
,
url
=
'https://github.com/
amuelle
r/word_cloud'
,
license
=
'MIT'
,
ext_modules
=
cythonize
(
'wordcloud/query_integral_image.pyx'
),
packages
=
[
'wordcloud'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment