diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-07-23 10:36:09 +0300 |
---|---|---|
committer | Edi Feschiyan <efeschiyan@pm.me> | 2020-07-23 10:36:09 +0300 |
commit | e26a8de1122ab930f88484d4825deeaf00c97ac5 (patch) | |
tree | f3eb40dfecc7b84a4ecb80de0ca81cd3c5667b4b | |
parent | 8cb620630596701992173c701dfabbf1866c574f (diff) |
changes to README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -48,6 +48,17 @@ Until the package is uploaded onto PyPI, either: or * `pip install` the generated zip from the repository(when public) + +or + +* git clone \<repo\> +* mkdir packages && cd packages +* pip wheel ../\<repo\> + +which creates "wheels" for pyagl and the dependencies it needs +\- specified in setup.py - and are pip installable + + --- ## Creating new modules Creating a new modules and tests can be done with a few steps: @@ -64,7 +75,7 @@ pytest Running the tests rests on the assumptions that the following environment variables will be exported: All tests require AGL_TGT_IP and will look for AGL_TGT_PORT -* AGL_TGT_IP - required - the containing the IP Address for the AGL instance +* AGL_TGT_IP - required - pointing at an IP Address with AGL instance * AGL_TGT_PORT - optional - if not exported, the library wil connect to the IP address via ssh to find out the service's listening TCP port * AGL_BTMAP_RECIPIENT - optional - When running Bluetooth MAP tests, this would be used as phone number to write text messages to * AGL_BTMAP_TEXT - optional - When running Bluetooth MAP tests, messages will be composed with this text |