From b68c030f2fb98563eeae676cbe95a84c8bd2bea5 Mon Sep 17 00:00:00 2001 From: snx Date: Wed, 23 Oct 2024 20:30:00 +0800 Subject: [PATCH] use rye(all in one tool for python) to install czsc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e8a421f8..e2c7d2e23 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ pip install git+https://github.com/waditu/czsc.git@V0.9.46 -U pip install czsc -U -i https://pypi.python.org/simple ``` +从`rye`安装: +``` +rye add czsc +``` + ## 使用前必看 * 目前的开发还在高频次的迭代中,对于已经在使用某个版本的用户,请谨慎更新,版本兼容性实在是太差,主要是因为当前还有太多考虑不完善的地方,我为此感到抱歉;