Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Replaced git clone with wget as method to get ezgripperGUI.py installed.  Also some cleanup edits.
  • Loading branch information
luapsake committed Feb 28, 2017
1 parent bcb531e commit faae7f1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Expand Up @@ -15,11 +15,13 @@ Install PyQt4 for the GUI::

sudo apt-get install python-qt4
Install the ezgripperGUI.py to a working directory::
Install the ezgripperGUI.py to your desired working directory::

sudo git clone https://github.com/SAKErobotics/libezgripper
cd libezgripper
sudo chmod +x ezgripperGUI.py
$ wget https://raw.githubusercontent.com/SAKErobotics/libezgripper/master/ezgripperGUI.py
$ sudo chmod +x ezgripperGUI.py
to run ezgripperGUI.py from directory it is installed.
$ ./ezgripperGUI.py

2. Usage
--------
Expand Down Expand Up @@ -68,10 +70,7 @@ Here are a few examples::
gripper.goto_position(0, 50)
3. QuickStart Demo - ezgripperGUI.py
------------------------------------

ezgripperGUI.py uses PyQt4. Install PyQt4.

------------------------------------

In the directory of ezgripperGUI.py, run the following command.

Expand Down

0 comments on commit faae7f1

Please sign in to comment.