Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidoud committed Sep 14, 2019
1 parent 2cf16a0 commit c24015a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ They should be automatically installed by running
pip install --user -e .
```

In case you this doesn't work automatically, also try
In case you this doesn't work automatically try this instead,
```
pip install -r requirements.txt
pip install --user -e .
Expand Down Expand Up @@ -156,7 +156,9 @@ Visualizing Superquadrics

We also provide the `visualize_sq.py` script which allows you to quickly
visualize superquadrics given a set of parameters as a set of points sampled on
the surface of the superquadric surface.
the surface of the superquadric surface. Please note that you need to install
python-tk to be able to use this script. You can do this my simply writing
`sudo apt install python-tk`.

You can simply execute it by providing your preferred shape and size parametrization as follows:
```
Expand Down

0 comments on commit c24015a

Please sign in to comment.