naturalett edited a comment on pull request #29:
URL: https://github.com/apache/incubator-liminal/pull/29#issuecomment-812912498


   1. It didn't work for you before because there wasn't a version in PyPI.
   2. The approach with the git will always take the latest version which isn't 
an expected behaviour because it will lead to a point when you will install 
version **X** and once you will do again liminal start then potentially you 
will get version **Y**.
   
   Other solution that won't make us depending on PyPI is to build and install 
the package:
   
   `python setup.py bdist_wheel && pip install -e .`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to