Skip to content

Commit

Permalink
Cập nhật thông báo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinh-vu committed Oct 14, 2024
1 parent 96ddd99 commit e833951
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
28 changes: 5 additions & 23 deletions docs/gen2_vnstock_demo_index_all_functions_testing_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,18 @@
"id": "KOUktwDu6wlf"
},
"source": [
"Bạn có thể tham khảo video hướng dẫn tổng quan về vnstock để bắt đầu dễ dàng [tại đây](https://www.youtube.com/watch?v=6kP2TTtEY9Y&ab_channel=LEarnAnything)"
"- Bạn có thể tham khảo video hướng dẫn tổng quan về vnstock để bắt đầu dễ dàng [tại đây](https://www.youtube.com/watch?v=6kP2TTtEY9Y&ab_channel=LEarnAnything)\n",
"- Bạn đang sử dụng phiên bản Vnstock Legacy - không còn được cập nhật thêm. **Vui lòng chuyển đổi sang Vnstock3 bản mới nhất**: https://vnstocks.com/docs/tai-lieu/huong-dan-nhanh\n",
"- Tham gia nhóm Cộng đồng Vnstock trên Facebook để giao lưu, chia sẻ thêm: https://www.facebook.com/groups/vnstock.official"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "gYjghnaWH5yo"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: vnstock in /usr/local/python/3.10.13/lib/python3.10/site-packages (0.2.8.8)\n",
"Collecting vnstock\n",
" Downloading vnstock-0.2.8.9-py3-none-any.whl.metadata (7.9 kB)\n",
"Downloading vnstock-0.2.8.9-py3-none-any.whl (37 kB)\n",
"Installing collected packages: vnstock\n",
" Attempting uninstall: vnstock\n",
" Found existing installation: vnstock 0.2.8.8\n",
" Uninstalling vnstock-0.2.8.8:\n",
" Successfully uninstalled vnstock-0.2.8.8\n",
"Successfully installed vnstock-0.2.8.9\n",
"\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.3.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.0\u001b[0m\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpython -m pip install --upgrade pip\u001b[0m\n"
]
}
],
"outputs": [],
"source": [
"# Cài đặt thư viện vnstock từ Pypi - bản ổn định | Install vnstock from Pypi - stable version\n",
"!pip install -U vnstock"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vnstock
version = 0.2.9.2.2
version = 0.2.9.2.3
author = Thinh Vu
author_email = [email protected]
description = Vietnam Stock Market Data
Expand Down
1 change: 1 addition & 0 deletions vnstock/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def update_notice():
"**Từ 1/1/2025, vnstock3 sẽ được cài đặt khi sử dụng cú pháp** `pip install vnstock` **thay cho Vnstock Legacy** hiện tại.\n"
"Xem chi tiết [chuyển đổi sang vnstock3](https://vnstocks.com/docs/tai-lieu/migration-chuyen-doi-sang-vnstock3).\n"
f"Phiên bản **Vnstock Legacy ({installed_version})** bạn đang sử dụng **sẽ không được nâng cấp thêm.**\n"
"Từ 7/10/2024 Vnstock giới thiệu nhóm Facebook Cộng đồng Vnstock, tham gia thảo luận tại đây: https://www.facebook.com/groups/vnstock.official"
)

environment = detect_environment()
Expand Down

0 comments on commit e833951

Please sign in to comment.