alan-turing-institute / PeriPy

Code base for PeriPy, a lightweight, open-source and high-performance package for peridynamic simulations written in Python - a collaboration between Exeter, Cambridge & Turing
MIT License
46 stars 14 forks source link

Fix README file #82

Closed bb515 closed 3 years ago

bb515 commented 4 years ago

pip install . -e should read pip install -e . Add a note that the OpenCL drivers must be installed otherwise a platform not found error will occur like https://stackoverflow.com/questions/11990131/python-logicerror-clgetplatformids-failed-platform-not-found-khr Change the clone link for the repo from probabilistic-peridynamics to PeriPy

bb515 commented 4 years ago

https://documen.tician.de/pyopencl/misc.html instructions to install OpenCL drivers

bb515 commented 3 years ago

91 done and closed