Bug 1170269 - Docs: Remove unnecessary initial-setup Cython compile step

Puppet runs it on provision, so it's not necessary to do so manually.
This commit is contained in:
Ed Morley 2015-06-01 20:14:10 +01:00
Родитель 65669a384c
Коммит b3d8a7cbb1
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -62,14 +62,6 @@ Setting up Vagrant
(venv)vagrant@precise32:~$ cd treeherder
* Build the log parser Cython files, since they are required for both running the tests and a local Treeherder instance
.. code-block:: bash
(venv)vagrant@local:~/treeherder$ ./setup.py build_ext --inplace
NB: If you change something in the treeherder/log_parser folder, remember to repeat this step, otherwise the changes will not take effect.
* If you just wish to :ref:`run the tests <running-tests>`, you can stop now without performing the remaining steps below.
Setting up a local Treeherder instance