diff --git a/README.md b/README.md index 92fea93b72258242edb167b2c26b6470c6795d42..a4b90dd31bff29722c0d931c0ad7cda035dd5515 100644 --- a/README.md +++ b/README.md @@ -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 pip conda install git + conda install ipython3 git clone https://github.com/stevezhangz/BERT-pytorch.git cd BERT-pytorch pip install -r requirements.txt