diff --git a/README.md b/README.md index 2c052b0..b2558a9 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ cd jina-app-store-frontend virtualenv env source env/bin/activate pip install -r requirements.txt -streamlit app.py +streamlit run app.py ``` Then open http://localhost:8501 in your browser diff --git a/requirements.txt b/requirements.txt index e20c791..dec1d4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ jina[http,transformers,torch,hub]==2.0.0 pandas==1.2.5 +jina-commons @ git+https://github.com/jina-ai/jina-commons.git#egg=jina-commons \ No newline at end of file