Skip to content

Commit

Permalink
Complete installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso authored Aug 28, 2017
1 parent 235f582 commit ea8def4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ Welcome to pyblish-starter, a basic asset creation pipeline - batteries included
Starter takes the form of a Python package with embedded plug-ins.

```bash
$ pip install pyblish-starter
$ pip install pyblish-starter --target .
$ set PYTHONPATH=%cd% # Windows
$ export PYTHONPATH=$cd # Linux
$ maya
```

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

0 comments on commit ea8def4

Please sign in to comment.