Skip to content

Commit ea8def4

Browse files
authored
Complete installation instructions
1 parent 235f582 commit ea8def4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ Welcome to pyblish-starter, a basic asset creation pipeline - batteries included
111111
Starter takes the form of a Python package with embedded plug-ins.
112112

113113
```bash
114-
$ pip install pyblish-starter
114+
$ pip install pyblish-starter --target .
115+
$ set PYTHONPATH=%cd% # Windows
116+
$ export PYTHONPATH=$cd # Linux
117+
$ maya
115118
```
116119

117120
[![PyPI version](https://badge.fury.io/py/pyblish-starter.svg)](https://pypi.python.org/pypi/pyblish-starter)

0 commit comments

Comments
 (0)