Skip to content

Commit

Permalink
More fixes in the installation guides
Browse files Browse the repository at this point in the history
  • Loading branch information
dfelinto committed Jan 7, 2015
1 parent dce9f17 commit 85b8b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion manual/installation/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ Type the following commands in your terminal. If you are developing in Windows w
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip requirements -r requirements.txt
$ pyside_postinstall.py -install
$ git clone https://github.com/BlenderVR/blender-vr.git
$ pip requirements -r blender-vr/requirements.txt
$ deactivate
Getting Samples
Expand Down Expand Up @@ -102,4 +103,5 @@ Acquiring Blender
Blender-VR requires a modified version of `Blender <http://www.blender.org>`_. You can download a pre-compiled version of Blender for your system


To simply download the Blender required to your platform check the `User Installation <installation.html#acquiring-blender>`_ guide.
Most of the time you won't need to modify and rebuild Blender, so those instructions are specified separately.
2 changes: 1 addition & 1 deletion manual/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In order to install Blender-VR you need this guide.

.. note ::
If you need the full development setup make sure to follow the `Development Environment <development>`_ guide.
If you need the full development setup make sure to follow the `Development Environment <development.html>`_ guide.
Document Sections
Expand Down

0 comments on commit 85b8b66

Please sign in to comment.