#创建虚拟环境,构建虚拟环境中的python解释器版本
conda create -n ai_doctor3.0 python=3.8
#启动虚拟环境
conda activate ai_doctor3.0
#安装neo4j的驱动
pip install neo4j-driver
#创建虚拟环境,构建虚拟环境中的python解释器版本
conda create -n ai_doctor3.0 python=3.8
#启动虚拟环境
conda activate ai_doctor3.0
#安装neo4j的驱动
pip install neo4j-driver