浏览代码

Update 'README.md'

Pierre-Yves Barriat 7 年之前
父节点
当前提交
0432620b07
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -40,7 +40,8 @@ sudo update-alternatives --config gfortran
 Check if you have the lastest easybuild version:
 
 ```bash
-sudo pip install easybuild --upgrade
+sudo pip install --upgrade pip
+pip install easybuild --upgrade --install-option "--prefix=/opt/easybuild"
 cd /opt/easybuild/easyconfigs/foss-2017b
 ```