Page "BloodhoundContributing" was changed by rjollos
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundContributing?action=diff&version=28>
Revision 28
Comment: Clarification, to try to direct users away from performing all the 
steps on the BloodhoundInstall page.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundContributing
=========================================================================
--- BloodhoundContributing (version: 27)
+++ BloodhoundContributing (version: 28)
@@ -14,7 +14,6 @@
 [[Widget(TicketQuery, query="status=!closed&keywords=~starter&owner=nobody", 
max=5, title=Top 5 starter tickets)]]
 
 == Getting the Source Code == #GettingTheSource
-
 Apache Bloodhound is written in Python and so, if you have already 
successfully installed Bloodhound, you will probably have all that you need to 
develop it too.
 
 The source code is available from the ASF's subversion repository at 
[https://svn.apache.org/repos/asf/bloodhound/trunk/]. To get the code, you need 
a [http://en.wikipedia.org/wiki/Apache_Subversion Subversion] client.
@@ -26,21 +25,18 @@
 While the subversion repository is where committers are expected to submit 
their code, there is also [https://github.com/apache/bloodhound an official 
mirror of the repository on GitHub] which provides an alternative if you prefer 
using git. Git, of course, requires its own client programs to be installed on 
your computer.
 
 To check out the subversion repository you can do this:
-{{{
-#!sh
+{{{#!sh
 svn co https://svn.apache.org/repos/asf/bloodhound/trunk/ bloodhound
 }}}
 
 Using git you would instead:
-{{{
-#!sh
+{{{#!sh
 git clone https://github.com/apache/bloodhound.git
 }}}
 
-BloodhoundInstall and BloodhoundDetailedInstallation both provide information 
about installing but, if you already have Python, python-setuptools, python-pip 
and python-virtualenv, installation proceed as follows:
+BloodhoundInstall and BloodhoundDetailedInstallation both provide information 
about installing the necessary dependencies, but if you already have Python, 
python-setuptools, python-pip and python-virtualenv, proceed with the 
installation as follows:
 
-{{{
-#!sh
+{{{#!sh
 virtualenv bh
 source bh/bin/activate
 cd bloodhound/installer
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundContributing>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundContributing' page.
If it was not you, please report to .

Reply via email to