Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
carlynorama committed Jul 24, 2023
1 parent 728fc05 commit b685d36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git clone https://github.com/PixarAnimationStudios/OpenUSD.git
python3 OpenUSD/build_scripts/build_usd.py $BUILD_DESTINATION
```

## Set Up Envionment
## Set Up Environment

Example script to set up the environment.

Expand Down Expand Up @@ -130,15 +130,15 @@ If following directly the REPL check in the same shell session the below should

`usdview HelloWorld.usda`

# USDZ Tools
## USDZ Tools

The USDZ scripts work better when run using a fresh build of the Pixar tools in the path instead of the included build and then running the script with that build's preferred python explicitly: e.g. `python3 /Applications/usdpython/usdzconvert/usdARKitChecker -v three_d_thing.usda`

TODO: Boost may have to be updated/altered to get all of the samples to run. What is the PIL module?

## Tips on using different version of Python

## pyenv
### pyenv

<https://github.com/pyenv/pyenv>

Expand Down Expand Up @@ -180,4 +180,3 @@ cd $DIRECTORY_WITH_CLONED_REPO
python3 OpenUSD/build_scripts/build_usd.py $BUILD_DESTINATION
```


0 comments on commit b685d36

Please sign in to comment.