Virtual Environment Setup for Mac USD Python Development

Virtual Environment Setup for Mac USD Python Development

Why Not Just Use pip install? Yes, you could just use pip install usd-core and start doing Python development. It is so simple and easy but there are two HUGE drawbacks to doing that. 1. It doesn’t give you useful help() text What pip install usd-core gives you wasn’t built with the documentation included. That…