You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,15 @@ To install superloop, simply use pip:
13
13
14
14
```$ pip install superloop```
15
15
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```.
19
17
20
18
IMPORTANT: To simplify the execution of superloop application, please do the following after installation.
21
19
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.
0 commit comments