Skip to main content

Welcome to Pishon4

Docs

Installation

  1. Install pyenv. Make sure to follow this guidance.
  2. Install poetry.
  3. Install TA-lib dependencies. Follow here.
sudo apt install build-essential
wget URL:to/ta-lib-0....
cd talib/library
./configure --prefix=/usr LDFLAGS="-lm" # https://aur.archlinux.org/packages/ta-lib/
make -j$(nproc)
sudo make install
  1. Set the python interpreter as 3.7.9 and install dependencies.
pyenv install 3.7.9
pyenv local 3.7.9
poetry install
  1. Inject the library path into site-packages.
bash inject_library_path.sh