Python Module Installation
Python Module Installation
Plaxis 2019
3. Key in "pip install xlrd" then press "Enter". If a notification got as below, go to step 5, otherwise go
to step 7.
5. Then change directory to where you save "get-pip.py" file using "cd" command.
Then run it by Python "Python get-pip.py"
6. Install xlrd module, key in "pip install xlrd" then press "Enter"
2. Change to directory including .pyd file using "cd" + directory, e.g. cd C:\Users\mezg.COWI\
Desktop
3. Type: python -c "import PMG_R04". "import" is followed by pyd file name.