...
- Install
ta-lib
with these instructions git clone https://github.com/mrtkp9993/tradesly-cpat
cd tradesly-cpat
pip install -r requirements.txt
streamlit run app.py
docker pull mrtkp9993/tradesly-cpat
docker run -p 8501:8501 mrtkp9993/tradesly-cpat
OR
git clone https://github.com/mrtkp9993/tradesly-cpat
cd tradesly-cpat
docker build -t tradesly-cpat .
docker run -p 8501:8501 tradesly-cpat