This is an automated email from the ASF dual-hosted git repository.
assafpinhasi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
The following commit(s) were added to refs/heads/master by this push:
new c8b31d6 update readme
c8b31d6 is described below
commit c8b31d62ee9f91bca4b84105d03b5788cf74c01f
Author: assapin <[email protected]>
AuthorDate: Mon Dec 21 17:19:32 2020 +0200
update readme
remove reference to pypi packages which are not yet official release
direct users to install from HEAD revision of this repo
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2f14fe4..64bd148 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,9 @@ services:
# Installation
-1. Install this package
+1. Install this repository (HEAD)
```bash
- pip install liminal
+ pip install git+https://github.com/apache/incubator-liminal.git
```
2. Optional: set LIMINAL_HOME to path of your choice (if not set, will default
to ~/liminal_home)
```bash