<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/python/osmo-python-tests/+/14698">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tweak README<br><br>Most importantly, mention 'python3 setup.py'.<br><br>Tweak indenting and some wording.<br><br>Change-Id: Id8c277de280b54d04edcafa77ed93017d6da473d<br>---<br>M README<br>1 file changed, 15 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/98/14698/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/README b/README</span><br><span>index 69eb764..dbb8d88 100644</span><br><span>--- a/README</span><br><span>+++ b/README</span><br><span>@@ -1,11 +1,20 @@</span><br><span> Building/installation:</span><br><span style="color: hsl(0, 100%, 40%);">-sudo python setup.py install</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ sudo python setup.py install</span><br><span style="color: hsl(120, 100%, 40%);">+  sudo python3 setup.py install</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> If you prefer to have it cleanly removable, install checkinstall and run</span><br><span style="color: hsl(0, 100%, 40%);">-sudo checkinstall python setup.py install</span><br><span style="color: hsl(0, 100%, 40%);">-Alternatively, just run 'pip install --user -e ./' or 'pip3 install --user -e ./'</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+       sudo checkinstall python setup.py install</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Alternatively, just run</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+        pip install --user -e ./</span><br><span style="color: hsl(120, 100%, 40%);">+      pip3 install --user -e ./</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> depending on your python version.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-Use</span><br><span style="color: hsl(120, 100%, 40%);">+Use:</span><br><span> There are currently following scripts in this package:</span><br><span> osmotestconfig.py - test that apps start/write with example configs</span><br><span> soap.py - implementation of SOAP <-> Ctrl proxy implemented on top of Twisted (deprecated, unmaintained)</span><br><span>@@ -20,8 +29,9 @@</span><br><span> osmodumpdoc.py - dump documentation, superseded by osmo_interact_vty.py -X</span><br><span> osmotestvty.py - test vty operations, superseded by osmo_verify_transcript_vty.py</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-Each of these scripts imports a project-specific osmoappdesc.py,</span><br><span style="color: hsl(120, 100%, 40%);">+Some of these scripts import a project-specific osmoappdesc.py,</span><br><span> which provides information about the available apps, configs, vty ports, etc.</span><br><span style="color: hsl(120, 100%, 40%);">+and is provided by other source trees (like osmo-bsc.git, osmo-msc.git, ...)</span><br><span> </span><br><span> Run the scripts with osmoappdesc.py in the current directory (preferred)</span><br><span> or with -p <the directory containing osmoappdesc.py>.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/python/osmo-python-tests/+/14698">change 14698</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/python/osmo-python-tests/+/14698"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: python/osmo-python-tests </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id8c277de280b54d04edcafa77ed93017d6da473d </div>
<div style="display:none"> Gerrit-Change-Number: 14698 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>