Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/peragro/peragro-at
Browse files Browse the repository at this point in the history
  • Loading branch information
sueastside committed Mar 3, 2016
2 parents 22e637d + 412f54f commit 314c216
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ Install Thrift globally for python3
cd ../../..
```

Install matplotlib
```
pip install matplotlib
```

Create a virtualenv and activate it
```
virtualenv env
source env/bin/activate
```

Install matplotlib
```
pip install matplotlib
```

Finish install Assimp
```
Expand All @@ -70,13 +70,16 @@ Optional: checkout test files
cd ..
git clone https://github.com/peragro/peragro-test-files.git
```
Optional: install autocomplete
```
eval "$(register-python-argcomplete pt)"
```

Usage
-----
Analyze
```
mkdir /tmp/peragro
pt analyze /tmp/peragro peragro-test-files/mesh/blender/cube1.blend
pt a /tmp/peragro peragro-test-files/mesh/blender/cube1.blend
```
Output:
```
Expand Down

0 comments on commit 314c216

Please sign in to comment.