diff --git a/README.md b/README.md index 3f54fad..2dfeabb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ $ pyvenv venv $ source venv/bin/activate $ pip install -r requirements.txt ``` +- 初始化环境--在windows的powershell中 + git clone https://github.com/itpubs/istock.git + cd istock + python -m venv venv + .\venv\Scripts\Activate + pip install -r requirements.txt + - 配置项目