Skip to content

Commit 784e03d

Browse files
Update README.md
1 parent bc724d3 commit 784e03d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ To install superloop, simply use pip:
1313

1414
```$ pip install superloop```
1515

16-
This will install superloop along with all required dependencies to the directory ```/usr/local/lib/python2.7/dist-packages/superloop```.
17-
18-
You will need to install yaml system wide via the following command ```sudo apt-get install python-yaml```.
16+
This will install superloop along with all required dependencies to the directory ```/usr/local/lib/python2.7/dist-packages/superloop```. You will need to install yaml system wide via the following command ```$ sudo apt-get install python-yaml```.
1917

2018
IMPORTANT: To simplify the execution of superloop application, please do the following after installation.
2119

22-
You will want to move the 'superloop.py' file to one of your $PATH directory and remove the *.py extention.
23-
24-
```$ mv superloop.py /usr/local/bin/superloop```
25-
20+
Move 'superloop.py' file to one of your $PATH directory and remove the *.py extention. Set the permission to 755.
21+
```
22+
$ mv superloop.py /usr/local/bin/superloop
23+
$ chmod 755 /usr/local/bin/superloop
24+
```
2625
Usually this can be '/usr/local/bin/'
2726
```
2827
root@jumpbox:~/superloop# echo $PATH

0 commit comments

Comments
 (0)