Skip to content

Commit

Permalink
[Mod] use bat styled comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veighna-global committed Aug 10, 2024
1 parent 337347a commit de4277d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions install_windows.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Install NumPy
:: Install NumPy
pip install numpy==1.26.4

# Install ta-lib
:: Install ta-lib
pip install ta-lib --index=https://pypi.vnpy.com

# Install vnpy_evo
:: Install vnpy_evo
pip install vnpy_evo
pip install vnpy_duckdb
pip install vnpy_binance vnpy_btse vnpy_okx vnpy_bybit
Expand Down
2 changes: 1 addition & 1 deletion vnpy_evo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
os.environ["LANG"] = "en" # Only support English


__version__ = "0.2.2"
__version__ = "0.3.0"

0 comments on commit de4277d

Please sign in to comment.