Skip to content
jerrzy edited this page Oct 5, 2024 · 3 revisions

Welcome to the wikis wiki!

vnpy

installation

  1. vnpy3.9.2 supports python 3.6 - 3.11
  2. clone vnpy
  • latest version 3.9.2
  • git clone https://github.com/vnpy/vnpy.git
  1. use conda to create a virtual ENV with python3.10
  • conda create -n vnpy python=3.10
  • activate vnpy
  1. install ta-lib
  • NOTE. VSCode terminal is not working, use anaconda terminal instead.
  • conda install -c conda-forge ta-lib
  1. run install.bat
  2. other vnpy dependencies

virtual ENV

  • list ENVs conda info --envs or conda env list
  • list packages in ENV that's not activated conda list -n myenv, for activated ENV conda list
  • create virtual ENV, in this case for vnpy conda create -n vnpy python=3.10
  • activate ENV on Windows: activate myenv on MAC: source activate myenv

sidebar

Clone this wiki locally