Skip to content

Commit

Permalink
Merge pull request beeware#228 from devadeka/windows_docs_update
Browse files Browse the repository at this point in the history
Getting started update for windows
  • Loading branch information
freakboy3742 authored Aug 16, 2016
2 parents e551ec0 + f32a411 commit 878d02b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/intro/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ Then create a virtual environment and install VOC into it:
$ cd voc
$ pip install -e .
For Windows the use of cmd under Administrator permission is suggested instead of PowerShell.

.. code-block:: bash
> virtualenv -p "C:\Python35\python.exe" env
> env\Scripts\activate.bat
> cd voc
> pip install -e .
Building the support JAR file
-----------------------------

Expand Down

0 comments on commit 878d02b

Please sign in to comment.