Install escript

Asked by jamespaul

Hi,

I am coupling FEM and DEM with open-source codes Escript and YADE.Just use not change source.

I can install yade.But from the document Introduction(https://launchpadlibrarian.net/405895893/install.pdf),it says 'Binary packages – ready to run with no compilation required'.

So,how can i install Binary packages?

Thanks in advance

James

Question information

Language:
English Edit question
Status:
Solved
For:
esys-escript Edit question
Assignee:
No assignee Edit question
Solved by:
Adam Ellery
Solved:
Last query:
Last reply:
Revision history for this message
Best Adam Ellery (aellery) said :
#1

Hi James,

Binary packages are in the main debian and ubuntu repositories. If you are using debian or ubuntu, you can install escript from a terminal window by typing

sudo apt-get install python-escript

Then, to run escript, type

run-escript

- Adam

Revision history for this message
jamespaul (jamespauljames) said :
#2
Revision history for this message
jamespaul (jamespauljames) said :
#3

Thanks Adam Ellery, that solved my question.