-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
mottosso edited this page Sep 9, 2014
·
31 revisions
Currently, Pyblish only works with Maya 2014 and upwards.
If you haven't already installed Pyblish, head on over the the Pyblish installation guide to get started.
# Pyblish for Maya is a regular Python package on PyPI
$ pip install pyblish-maya
This next step is a little technical, but we're working on finding a more comfortable way of doing this for you. If you have any ideas, do contact us, but for now, we'll need you to add the path to a directory within the installation of Pyblish for Maya called pythonpath
to your PYTHONPATH environment variable.
# For example..
$ setx PYTHONPATH=%PYTHONPATH%;c:\Python27\Lib\site-packages\pyblish_maya\pythonpath
For help with adding environment variables on Windows, see here: http://www.computerhope.com/issues/ch000549.htm
That's all there is to it!
Let's go ahead and learn Pyblish publishing something from Maya.