Skip to content

Commit

Permalink
Merge pull request #3 from hy9be/patch-1
Browse files Browse the repository at this point in the history
Correct the installation command
  • Loading branch information
jeetsukumaran committed Jul 21, 2015
2 parents 2d6e963 + 18631f5 commit dca7166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -39,7 +39,7 @@ Installing

As mentioned above, Syrupy is a self-contained single-module (single-file) executable script [as well as one additional optional helper script]. So you do not even really need to "install" it as such: you can simply unpack the archive and use the script from wherever you end up saving it. Or you can copy it on the system path to be invoked globally. In fact, all the installation procedure does is automate the latter for you, and this can be carried out by entering the unpacked archive directory and typing::

$ sudo python install
$ sudo python setup.py install

Usage
=====
Expand Down

0 comments on commit dca7166

Please sign in to comment.