Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ cd tactile_sim
python setup.py install
```

Once installed, move the resulting tactile_sim directory somewhere python will search for packages. You can see suitable locations by running a python file with:
```
import sys
print(sys.path)
```


Demonstration files are provided for in the example directory. From the base directory run
```
Expand Down