提交 b4577a65 编写于 作者: Stevezhangz's avatar Stevezhangz

Update README.md

上级 1a6f1552
......@@ -27,14 +27,17 @@ Next, I will enrich the language generation as well as conversation process.
### for win users, if u utlize the python IDEs such as pycharm, please find terminals of pycharm, and input the bash codes as shown in fellows:
pip install git
pip install ipython3
git clone https://github.com/stevezhangz/BERT-pytorch.git
cd BERT-pytorch
pip install -r requirements.txt
part of you may use anaconda3, so you have to load "anaconda3 prompt" and input fellow bash codes:
conda install pip
conda install git
conda install ipython3
git clone https://github.com/stevezhangz/BERT-pytorch.git
cd BERT-pytorch
pip install -r requirements.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册