Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

wikis

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors