mirror of https://github.com/scrapy/scrapy.git
titlecased Scrapy easy_install and some fixes to sign_release.sh script
This commit is contained in:
parent
8a801e7166
commit
d60412ce19
|
|
@ -165,7 +165,7 @@ Installing with `easy_install`_
|
|||
|
||||
You can install Scrapy running `easy_install`_ like this::
|
||||
|
||||
easy_install -U scrapy
|
||||
easy_install -U Scrapy
|
||||
|
||||
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# distribution.
|
||||
|
||||
cd dist
|
||||
md5sum scrapy-$version* > MD5SUMS
|
||||
sha1sum scrapy-$version* > SHA1SUMS
|
||||
md5sum Scrapy-* > MD5SUMS
|
||||
sha1sum Scrapy-* > SHA1SUMS
|
||||
gpg -ba MD5SUMS
|
||||
gpg -ba SHA1SUMS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue