Browse Source

Update 'README.md'

Pierre-Yves Barriat 6 years ago
parent
commit
0432620b07
1 changed files with 2 additions and 1 deletions
  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
 ```